This commit is contained in:
GyDi 2022-03-02 01:59:53 +08:00
parent 17f1c487a8
commit 808b861dd1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "clash-verge", "name": "clash-verge",
"version": "0.0.19", "version": "0.0.20",
"license": "GPL-3.0", "license": "GPL-3.0",
"scripts": { "scripts": {
"dev": "tauri dev", "dev": "tauri dev",

View File

@ -1,7 +1,7 @@
{ {
"package": { "package": {
"productName": "clash-verge", "productName": "clash-verge",
"version": "0.0.19" "version": "0.0.20"
}, },
"build": { "build": {
"distDir": "../dist", "distDir": "../dist",