Bump version to 0.7.5

This commit is contained in:
Skyler Lehmkuhl 2025-01-12 23:26:03 -05:00
parent 8a3beaa9f8
commit 47d54d6e26
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.7.5-alpha:
Bugfixes:
- Fix errors when files refer to now nonexistant frames
# 0.7.4-alpha:
Bugfixes:
- Fix timeline collapse on imported objects

View File

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