Bump version to 0.7.5
This commit is contained in:
parent
8a3beaa9f8
commit
47d54d6e26
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.7.5-alpha:
|
||||||
|
Bugfixes:
|
||||||
|
- Fix errors when files refer to now nonexistant frames
|
||||||
|
|
||||||
# 0.7.4-alpha:
|
# 0.7.4-alpha:
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix timeline collapse on imported objects
|
- Fix timeline collapse on imported objects
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.7.4-alpha",
|
"version": "0.7.5-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue