diff --git a/Changelog.md b/Changelog.md index 3c9cf9d..28a0f0f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.6.16-alpha: +Bugfixes: +- Fix importing animations not functioning + # 0.6.15-alpha: Changes: - Lightningbeam can now open/save files in the Desktop and Downloads folders as well as Documents diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5905dbb..6a9c9bd 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.6.15-alpha", + "version": "0.6.16-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"