Bump version to 0.6.14

This commit is contained in:
Skyler Lehmkuhl 2025-01-03 18:04:52 -05:00
parent e1d60b62d2
commit 35ce690f22
2 changed files with 9 additions and 1 deletions

View File

@ -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: # 0.6.13-alpha:
New features: New features:
- Rotate functionality of transform tool is now working - Rotate functionality of transform tool is now working

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.13-alpha", "version": "0.6.14-alpha",
"identifier": "org.lightningbeam.app", "identifier": "org.lightningbeam.app",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"