Bump version to 0.7.2
This commit is contained in:
parent
d4cb0513ca
commit
b5bc4c2a40
|
|
@ -1,3 +1,12 @@
|
|||
# 0.7.2-alpha:
|
||||
New features:
|
||||
- mp4 export (unreliable)
|
||||
- Added "Recenter View" menu option
|
||||
|
||||
Bugfixes:
|
||||
- Fix layer visibility toggle not functioning
|
||||
- Fix some files not opening properly
|
||||
|
||||
# 0.7.1-alpha:
|
||||
New features:
|
||||
- Added "Duplicate keyframe" menu option
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.7.1-alpha",
|
||||
"version": "0.7.2-alpha",
|
||||
"identifier": "org.lightningbeam.core",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
Loading…
Reference in New Issue