diff --git a/README.md b/README.md index 4f2ddbbb2..993643389 100755 --- a/README.md +++ b/README.md @@ -26,14 +26,7 @@ ## 快速开始 ```bash -docker run \ - -it -d \ - --name halo \ - -p 8090:8090 \ - -v ~/.halo2:/root/.halo2 \ - halohub/halo:2.8 \ - --halo.security.initializer.superadminusername=admin \ - --halo.security.initializer.superadminpassword=P@88w0rd +docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.9 ``` 以上仅作为体验使用,详细部署文档请查阅: diff --git a/console/package.json b/console/package.json index 82e861598..933b0fe89 100644 --- a/console/package.json +++ b/console/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "2.9.0", + "version": "2.9.1", "scripts": { "prepare": "cd .. && husky install console/.husky", "dev": "vite --host", diff --git a/console/packages/api-client/package.json b/console/packages/api-client/package.json index c9db43ebc..e31fd233c 100644 --- a/console/packages/api-client/package.json +++ b/console/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/api-client", - "version": "2.9.0", + "version": "2.9.1", "description": "", "scripts": { "build": "unbuild", diff --git a/console/packages/shared/package.json b/console/packages/shared/package.json index 3508aa63b..0898b8c27 100644 --- a/console/packages/shared/package.json +++ b/console/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.9.0", + "version": "2.9.1", "description": "", "files": [ "dist" diff --git a/gradle.properties b/gradle.properties index 10ed5e674..31ff54631 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.9.0-SNAPSHOT +version=2.9.1-SNAPSHOT