diff --git a/Changelog.md b/Changelog.md index f0fc2ef..a71dacb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# 0.7.7-alpha: +Bugfixes: +- Fix pasting multiple times +- Hack around broken files + # 0.7.6-alpha: Bugfixes: - Fix errors when images are not present in a saved file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d2aee76..59cf689 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.6-alpha", + "version": "0.7.7-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"