Bump version to 0.7.2

This commit is contained in:
Skyler Lehmkuhl 2025-01-12 02:56:12 -05:00
parent d4cb0513ca
commit b5bc4c2a40
2 changed files with 10 additions and 1 deletions

View File

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

View File

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