feat: prepare v2 alpha release (#371)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-18 10:08:37 -03:00
committed by GitHub
parent b08a45352d
commit 717ae67097
61 changed files with 1259 additions and 383 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
import { getName, getVersion, getTauriVersion } from "@tauri-apps/plugin-app";
import { relaunch, exit } from "@tauri-apps/plugin-process";
let version = "0.0.0";
let tauriVersion = "0.0.0";
let version = "1.0.0";
let tauriversion = "1.0.0";
let appName = "Unknown";
getName().then((n) => {