diff --git a/Changelog.md b/Changelog.md index e0171b0..45c5481 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# 0.7.1-alpha: +New features: +- Added "Duplicate keyframe" menu option + +Bugfixes: +- Fix importing from file + # 0.7.0-alpha: New features: - Keyframes can now have both motion and shape tweens on the same frame diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c4e9de9..35aee3d 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.0-alpha", + "version": "0.7.1-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"