Feat: change version

This commit is contained in:
unitwk 2024-04-21 14:38:04 +08:00
parent 18e7b13a37
commit f1566913c2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mcsmanager-daemon",
"version": "4.2.0",
"version": "4.4.0",
"description": "Provides remote control capability for MCSManager to manage processes, scheduled tasks, I/O streams, and more",
"scripts": {
"dev": "ts-node --project tsconfig.json src/app.ts",

View File

@ -1,7 +1,7 @@
{
"name": "mcsmanager-panel",
"version": "10.1.0",
"daemonVersion": "4.2.0",
"version": "10.2.0",
"daemonVersion": "4.4.0",
"description": "Provide MCSManager with the ability to connect and control all Daemons, and provide API services for the front end.",
"scripts": {
"dev": "ts-node --project tsconfig.json src/app.ts",