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:
|
# 0.6.12-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
- Rendering the canvas is better optimized
|
- Rendering the canvas is better optimized
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.6.12-alpha",
|
"version": "0.6.13-alpha",
|
||||||
"identifier": "org.lightningbeam.app",
|
"identifier": "org.lightningbeam.app",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue