From a18b1ac99b7f8a48d755169cee72bb4cf5cb1945 Mon Sep 17 00:00:00 2001 From: GyDi Date: Wed, 2 Nov 2022 00:54:51 +0800 Subject: [PATCH] v1.1.2 --- package.json | 4 ++-- src-tauri/tauri.conf.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a0e0ea13..d1c51ee3 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 ef05662f..cfd09d45 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",