bump file version

This commit is contained in:
Skyler Lehmkuhl 2024-12-07 19:53:08 -05:00
parent 22cb543214
commit f4f7ee2930
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam", "productName": "Lightningbeam",
"version": "0.6.1-alpha", "version": "0.6.2-alpha",
"identifier": "org.lightningbeam.app", "identifier": "org.lightningbeam.app",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"

View File

@ -2179,7 +2179,7 @@ async function newFile() {
async function _save(path) { async function _save(path) {
try { try {
const fileData = { const fileData = {
version: "1.1", version: "1.2",
width: fileWidth, width: fileWidth,
height: fileHeight, height: fileHeight,
fps: fileFps, fps: fileFps,