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",
"productName": "Lightningbeam",
"version": "0.6.1-alpha",
"version": "0.6.2-alpha",
"identifier": "org.lightningbeam.app",
"build": {
"frontendDist": "../src"

View File

@ -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,