diff --git a/package.json b/package.json index 221aa9f..2decc1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "0.0.0", + "version": "0.0.1", "license": "GPL-3.0", "scripts": { "dev": "cargo tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cc85f64..c1d57de 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "0.1.0" + "version": "0.0.1" }, "build": { "distDir": "../dist",