Bump version to 0.7.1

This commit is contained in:
Skyler Lehmkuhl 2025-01-10 20:16:48 -05:00
parent ab6f5829b6
commit 277e67ca9e
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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"