Bump version to 0.6.16

This commit is contained in:
Skyler Lehmkuhl 2025-01-05 16:54:17 -05:00
parent 24c89c2915
commit 3c5e50499f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.6.16-alpha:
Bugfixes:
- Fix importing animations not functioning
# 0.6.15-alpha:
Changes:
- Lightningbeam can now open/save files in the Desktop and Downloads folders as well as Documents

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam",
"version": "0.6.15-alpha",
"version": "0.6.16-alpha",
"identifier": "org.lightningbeam.app",
"build": {
"frontendDist": "../src"