Bump version to 0.7.8

This commit is contained in:
Skyler Lehmkuhl 2025-01-14 02:11:43 -05:00
parent 62daaf9e42
commit f2ae5624d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 0.7.8-alpha:
Bugfixes:
- Fix mp4 export on macOS
- Fix animations in imported clips not playing grouped object movements correctly
# 0.7.7-alpha:
Bugfixes:
- Fix pasting multiple times

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam",
"version": "0.7.7-alpha",
"version": "0.7.8-alpha",
"identifier": "org.lightningbeam.core",
"build": {
"frontendDist": "../src"