diff --git a/package.json b/package.json index a0e0ea1..d1c51ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.1.1", + "version": "1.1.2", "license": "GPL-3.0", "scripts": { "dev": "tauri dev", @@ -67,4 +67,4 @@ "singleQuote": false, "endOfLine": "lf" } -} +} \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ef05662..cfd09d4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "1.1.1" + "version": "1.1.2" }, "build": { "distDir": "../dist",