Bump version to 0.7.13-alpha

This commit is contained in:
Skyler Lehmkuhl 2025-01-18 00:31:57 -05:00
parent c7151d6796
commit ff5ad5cfb0
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,12 @@
# 0.7.12-alpha:
New features:
- Add "New Window" command
- Enable files to be opened with Lightningbeam
Bugfixes:
- Fix error when an object is deleted from a frame
- Fix parent references being lost
- Fix objects not showing up when imported multiple times
# 0.7.11-alpha:
Bugfixes:
- Fix duplicate objects showing up after grouping

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam",
"version": "0.7.11-alpha",
"version": "0.7.13-alpha",
"identifier": "org.lightningbeam.core",
"build": {
"frontendDist": "../src"
@ -49,7 +49,9 @@
},
"fileAssociations": [
{
"ext": ["beam"],
"ext": [
"beam"
],
"mimeType": "text/plain"
}
]