diff --git a/README.md b/README.md index 9936433890..c2041ffc6f 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## 快速开始 ```bash -docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.9 +docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.10 ``` 以上仅作为体验使用,详细部署文档请查阅: diff --git a/console/package.json b/console/package.json index bd6a3f8462..b84e5620af 100644 --- a/console/package.json +++ b/console/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "2.10.0", + "version": "2.11.0", "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 5d4a625810..2f317288ff 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.10.0", + "version": "2.11.0", "description": "", "scripts": { "build": "unbuild", diff --git a/console/packages/components/package.json b/console/packages/components/package.json index 291780a31f..96c03fa69d 100644 --- a/console/packages/components/package.json +++ b/console/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/components", - "version": "1.9.0", + "version": "1.10.0", "description": "", "files": [ "dist" diff --git a/console/packages/shared/package.json b/console/packages/shared/package.json index 15bbc74f5e..154c1fc2b4 100644 --- a/console/packages/shared/package.json +++ b/console/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.10.0", + "version": "2.11.0", "description": "", "files": [ "dist" diff --git a/gradle.properties b/gradle.properties index 2f330cf140..f9face1e99 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.10.0-SNAPSHOT +version=2.11.0-SNAPSHOT