Bump version to 0.6.13

This commit is contained in:
Skyler Lehmkuhl 2024-12-31 01:17:37 -05:00
parent b860d58e3d
commit f0e0546a66
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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"