Bump version to 0.7.7
This commit is contained in:
parent
5aeab780ab
commit
494c92489b
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.7.7-alpha:
|
||||||
|
Bugfixes:
|
||||||
|
- Fix pasting multiple times
|
||||||
|
- Hack around broken files
|
||||||
|
|
||||||
# 0.7.6-alpha:
|
# 0.7.6-alpha:
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix errors when images are not present in a saved file
|
- Fix errors when images are not present in a saved file
|
||||||
|
|
|
||||||
|
|
@ -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.6-alpha",
|
"version": "0.7.7-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue