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:
|
# 0.7.0-alpha:
|
||||||
New features:
|
New features:
|
||||||
- Keyframes can now have both motion and shape tweens on the same frame
|
- Keyframes can now have both motion and shape tweens on the same frame
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.7.0-alpha",
|
"version": "0.7.1-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue