Bump version to 0.7.8
This commit is contained in:
parent
62daaf9e42
commit
f2ae5624d7
|
|
@ -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:
|
# 0.7.7-alpha:
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix pasting multiple times
|
- Fix pasting multiple times
|
||||||
|
|
|
||||||
|
|
@ -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.7-alpha",
|
"version": "0.7.8-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue