From afa244dcb066b278d7c1ed2dbf0666d1fc94fe24 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 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",