chore: update version

This commit is contained in:
GyDi 2021-12-26 02:37:12 +08:00
parent 1fba9039af
commit b286b8f8c1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "clash-verge", "name": "clash-verge",
"version": "0.0.0", "version": "0.0.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"scripts": { "scripts": {
"dev": "cargo tauri dev", "dev": "cargo tauri dev",

View File

@ -1,7 +1,7 @@
{ {
"package": { "package": {
"productName": "Clash Verge", "productName": "Clash Verge",
"version": "0.1.0" "version": "0.0.1"
}, },
"build": { "build": {
"distDir": "../dist", "distDir": "../dist",