Bump version to 0.6.16
This commit is contained in:
parent
24c89c2915
commit
3c5e50499f
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.6.16-alpha:
|
||||||
|
Bugfixes:
|
||||||
|
- Fix importing animations not functioning
|
||||||
|
|
||||||
# 0.6.15-alpha:
|
# 0.6.15-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
- Lightningbeam can now open/save files in the Desktop and Downloads folders as well as Documents
|
- Lightningbeam can now open/save files in the Desktop and Downloads folders as well as Documents
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.6.15-alpha",
|
"version": "0.6.16-alpha",
|
||||||
"identifier": "org.lightningbeam.app",
|
"identifier": "org.lightningbeam.app",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue