bump file version
This commit is contained in:
parent
22cb543214
commit
f4f7ee2930
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.6.1-alpha",
|
||||
"version": "0.6.2-alpha",
|
||||
"identifier": "org.lightningbeam.app",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
|
|
@ -2179,7 +2179,7 @@ async function newFile() {
|
|||
async function _save(path) {
|
||||
try {
|
||||
const fileData = {
|
||||
version: "1.1",
|
||||
version: "1.2",
|
||||
width: fileWidth,
|
||||
height: fileHeight,
|
||||
fps: fileFps,
|
||||
|
|
|
|||
Loading…
Reference in New Issue