Bump version to 0.7.11-alpha

This commit is contained in:
Skyler Lehmkuhl 2025-01-16 21:42:24 -05:00
parent b76dcc7a7e
commit 7cf33494fa
2 changed files with 6 additions and 1 deletions

View File

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

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.7.10-alpha", "version": "0.7.11-alpha",
"identifier": "org.lightningbeam.core", "identifier": "org.lightningbeam.core",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"