diff --git a/Changelog.md b/Changelog.md index b759018..73e3ebd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: New features: - Add proper save/export dialog for web UI diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d7fc5db..c21e4fd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lightningbeam", - "version": "0.7.10-alpha", + "version": "0.7.11-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"