diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 229c8e1..af4fb2f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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" diff --git a/src/main.js b/src/main.js index c5c25b2..67e5cbb 100644 --- a/src/main.js +++ b/src/main.js @@ -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,