From 855db7267a8de39197700238a3feb374450bf699 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Mon, 13 Jan 2025 17:39:54 -0500 Subject: [PATCH] Bump version to 0.7.6 --- 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 3e35752..f0fc2ef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# 0.7.6-alpha: +Bugfixes: +- Fix errors when images are not present in a saved file +- Save images properly + # 0.7.5-alpha: Bugfixes: - Fix errors when files refer to now nonexistant frames diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a5fdefa..d2aee76 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.5-alpha", + "version": "0.7.6-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"