Bump version to 0.7.4

This commit is contained in:
Skyler Lehmkuhl 2025-01-12 14:40:57 -05:00
parent 8c2e5011bb
commit 44877959ce
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.7.4-alpha:
Bugfixes:
- Fix timeline collapse on imported objects
# 0.7.3-alpha:
Bugfixes:
- Fix some files not importing properly

View File

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