Bump version to 0.7.11-alpha
This commit is contained in:
parent
b76dcc7a7e
commit
7cf33494fa
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.7.11-alpha:
|
||||||
|
Bugfixes:
|
||||||
|
- Fix duplicate objects showing up after grouping
|
||||||
|
- Fix being unable to scroll audio layers into view
|
||||||
|
|
||||||
# 0.7.10-alpha:
|
# 0.7.10-alpha:
|
||||||
New features:
|
New features:
|
||||||
- Add proper save/export dialog for web UI
|
- Add proper save/export dialog for web UI
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.7.10-alpha",
|
"version": "0.7.11-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue