Bump version to 0.6.10

This commit is contained in:
Skyler Lehmkuhl 2024-12-27 18:44:09 -05:00
parent a668b8a4c7
commit 190b38f25a
2 changed files with 12 additions and 1 deletions

View File

@ -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:

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