diff --git a/package.json b/package.json index ebad9de0..8094f52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.1.3-5f418c8", + "version": "2.1.3", "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 bba0dc64..c91523cf 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.1.3-5f418c8", + "version": "2.1.3", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,