Bump version to 0.6.10
This commit is contained in:
parent
a668b8a4c7
commit
190b38f25a
11
Changelog.md
11
Changelog.md
|
|
@ -1,3 +1,14 @@
|
||||||
|
# 0.6.10-alpha:
|
||||||
|
Changes:
|
||||||
|
- Selecting and deselecting are now undo-able
|
||||||
|
|
||||||
|
New features:
|
||||||
|
- Layers now have a mute button
|
||||||
|
- A web version of lightningbeam is available
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix audio layers not showing up
|
||||||
|
|
||||||
# 0.6.9-alpha:
|
# 0.6.9-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.9-alpha",
|
"version": "0.6.10-alpha",
|
||||||
"identifier": "org.lightningbeam.app",
|
"identifier": "org.lightningbeam.app",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue