Bump version to 0.6.12

This commit is contained in:
Skyler Lehmkuhl 2024-12-30 01:29:46 -05:00
parent a08b03a764
commit b95e585ce5
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# 0.6.12-alpha:
Changes:
- Rendering the canvas is better optimized
Bugfixes:
- Prevent double-triggering the keyboard shortcuts on macOS
- Fix line widths not getting saved
# 0.6.11-alpha: # 0.6.11-alpha:
Changes: Changes:
- Curve editing is now more predictable - Curve editing is now more predictable

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