From 3f22a49755e33f1d675a3089f5222f6407eaa521 Mon Sep 17 00:00:00 2001
From: GyDi <zzzgydi@gmail.com>
Date: Sun, 10 Sep 2023 19:02:10 +0800
Subject: [PATCH] v1.3.7

---
 package.json              | 2 +-
 src-tauri/tauri.conf.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 7cf1952..f153c45 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "clash-verge",
-  "version": "1.3.6",
+  "version": "1.3.7",
   "license": "GPL-3.0",
   "scripts": {
     "dev": "tauri dev",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 235c577..3a48838 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "Clash Verge",
-    "version": "1.3.6"
+    "version": "1.3.7"
   },
   "build": {
     "distDir": "../dist",
-- 
GitLab