Bump version to 0.6.13
This commit is contained in:
parent
b860d58e3d
commit
f0e0546a66
|
|
@ -1,3 +1,11 @@
|
|||
# 0.6.13-alpha:
|
||||
New features:
|
||||
- Rotate functionality of transform tool is now working
|
||||
|
||||
Bugfixes:
|
||||
- Fix grouped objects always having a position of 0,0
|
||||
|
||||
|
||||
# 0.6.12-alpha:
|
||||
Changes:
|
||||
- Rendering the canvas is better optimized
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.6.12-alpha",
|
||||
"version": "0.6.13-alpha",
|
||||
"identifier": "org.lightningbeam.app",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
Loading…
Reference in New Issue