From 7cf33494fa1e1215ed3e44dee863ca65539b482d Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Thu, 16 Jan 2025 21:42:24 -0500 Subject: [PATCH] Bump version to 0.7.11-alpha --- Changelog.md | 5 +++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"