mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-27 13:22:26 +02:00
feat: prepare v2 alpha release (#371)
This commit is contained in:
committed by
GitHub
parent
b08a45352d
commit
717ae67097
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user