bump file version
This commit is contained in:
parent
22cb543214
commit
f4f7ee2930
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue