From 444f2172fa3300605048ec230b2f90ffce4b3806 Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 28 Feb 2022 01:59:53 +0800 Subject: [PATCH] v0.0.19 --- 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 a5de926..2054d7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "0.0.18", + "version": "0.0.19", "license": "GPL-3.0", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bbc9f25..d143524 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "clash-verge", - "version": "0.0.18" + "version": "0.0.19" }, "build": { "distDir": "../dist",