From f2ae5624d7bd5396e1a7f9bd8459e6feff672dd9 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Tue, 14 Jan 2025 02:11:43 -0500 Subject: [PATCH] Bump version to 0.7.8 --- 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 a71dacb..d58d29a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# 0.7.8-alpha: +Bugfixes: +- Fix mp4 export on macOS +- Fix animations in imported clips not playing grouped object movements correctly + # 0.7.7-alpha: Bugfixes: - Fix pasting multiple times diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 59cf689..2117e94 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.7-alpha", + "version": "0.7.8-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"