Bump version to 0.7.1
This commit is contained in:
parent
ab6f5829b6
commit
277e67ca9e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue