From 5c3696123a0eb6215b8712a63c857db2f4789fd2 Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 28 Mar 2022 01:30:54 +0800 Subject: [PATCH] v0.0.26 --- 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 68c8baa..3aecbcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "0.0.25", + "version": "0.0.26", "license": "GPL-3.0", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d864c67..ab29f50 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "0.0.25" + "version": "0.0.26" }, "build": { "distDir": "../dist",