Bump version to 0.7.3
This commit is contained in:
parent
9dff8d7bee
commit
7b8d3d074b
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.7.3-alpha:
|
||||||
|
Bugfixes:
|
||||||
|
- Fix some files not importing properly
|
||||||
|
|
||||||
# 0.7.2-alpha:
|
# 0.7.2-alpha:
|
||||||
New features:
|
New features:
|
||||||
- mp4 export (unreliable)
|
- mp4 export (unreliable)
|
||||||
|
|
|
||||||
|
|
@ -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.2-alpha",
|
"version": "0.7.3-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue