Bump version to 0.6.12
This commit is contained in:
parent
a08b03a764
commit
b95e585ce5
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue