diff --git a/package.json b/package.json index 4a7c5a5a..ebad9de0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.1.2", + "version": "2.1.3-5f418c8", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev -- --profile fast-dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 223df551..bba0dc64 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,4 +1,5 @@ { + "version": "2.1.3-5f418c8", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true, @@ -25,7 +26,6 @@ "devUrl": "http://localhost:3000/" }, "productName": "Clash Verge", - "version": "2.1.2", "identifier": "io.github.clash-verge-rev.clash-verge-rev", "plugins": { "updater": {