From 0f5d2b15e0b09d4d280c6238a71627e55c3e15e3 Mon Sep 17 00:00:00 2001 From: GyDi Date: Wed, 12 Jan 2022 02:55:07 +0800 Subject: [PATCH] v0.0.9 --- 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 ed5511cf7..b19612c3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "0.0.8", + "version": "0.0.9", "license": "GPL-3.0", "scripts": { "dev": "cargo tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 511eaef30..ab7d1d852 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "clash-verge", - "version": "0.0.8" + "version": "0.0.9" }, "build": { "distDir": "../dist",