From f4f7ee293077ee0a8173d562a68cefac04039d88 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sat, 7 Dec 2024 19:53:08 -0500 Subject: [PATCH] bump file version --- src-tauri/tauri.conf.json | 2 +- src/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,