Bump version to 0.7.6
This commit is contained in:
parent
1f10ec5bcb
commit
855db7267a
|
|
@ -1,3 +1,8 @@
|
|||
# 0.7.6-alpha:
|
||||
Bugfixes:
|
||||
- Fix errors when images are not present in a saved file
|
||||
- Save images properly
|
||||
|
||||
# 0.7.5-alpha:
|
||||
Bugfixes:
|
||||
- Fix errors when files refer to now nonexistant frames
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.7.5-alpha",
|
||||
"version": "0.7.6-alpha",
|
||||
"identifier": "org.lightningbeam.core",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
Loading…
Reference in New Issue