Bump version to 0.6.14
This commit is contained in:
parent
e1d60b62d2
commit
35ce690f22
|
|
@ -1,3 +1,11 @@
|
|||
# 0.6.14-alpha:
|
||||
Changes:
|
||||
- Make vertex handles semitransparent and always the same visual size
|
||||
|
||||
Bugfixes:
|
||||
- Fix grouped objects losing position on save/load
|
||||
- Fix copy-pasted objects not being editable
|
||||
|
||||
# 0.6.13-alpha:
|
||||
New features:
|
||||
- Rotate functionality of transform tool is now working
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.6.13-alpha",
|
||||
"version": "0.6.14-alpha",
|
||||
"identifier": "org.lightningbeam.app",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
Loading…
Reference in New Issue