chore: version 1.0.0

This commit is contained in:
linyuchen 2024-04-15 00:28:40 +08:00
parent d0aa490ac3
commit d1ecd1318f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",

View File

@ -1 +1 @@
export const version = '0.0.1';
export const version = '1.0.0';