Bump version to 0.7.13-alpha
This commit is contained in:
parent
c7151d6796
commit
ff5ad5cfb0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue