diff --git a/README.md b/README.md index 88874b190..8ba418a2b 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## 快速开始 ```bash -docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.14 +docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.15 ``` 以上仅作为体验使用,详细部署文档请查阅: diff --git a/gradle.properties b/gradle.properties index fbf8d9245..568e757f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.15.0-SNAPSHOT +version=2.16.0-SNAPSHOT diff --git a/ui/packages/api-client/package.json b/ui/packages/api-client/package.json index b0649f19b..8363ad055 100644 --- a/ui/packages/api-client/package.json +++ b/ui/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/api-client", - "version": "2.15.0", + "version": "2.16.0", "description": "", "scripts": { "build": "unbuild", diff --git a/ui/packages/components/package.json b/ui/packages/components/package.json index fee6ef4f5..ab472bf55 100644 --- a/ui/packages/components/package.json +++ b/ui/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/components", - "version": "2.15.0", + "version": "2.16.0", "description": "", "files": [ "dist" diff --git a/ui/packages/editor/package.json b/ui/packages/editor/package.json index 2d19fe1f3..23345ffac 100644 --- a/ui/packages/editor/package.json +++ b/ui/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/richtext-editor", - "version": "2.15.0", + "version": "2.16.0", "description": "Default editor for Halo", "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme", "bugs": { diff --git a/ui/packages/shared/package.json b/ui/packages/shared/package.json index f23dc7545..2bd5332e0 100644 --- a/ui/packages/shared/package.json +++ b/ui/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.15.0", + "version": "2.16.0", "description": "", "files": [ "dist" diff --git a/ui/packages/ui-plugin-bundler-kit/package.json b/ui/packages/ui-plugin-bundler-kit/package.json index 1e904af72..422dbca0c 100644 --- a/ui/packages/ui-plugin-bundler-kit/package.json +++ b/ui/packages/ui-plugin-bundler-kit/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/ui-plugin-bundler-kit", - "version": "2.15.0", + "version": "2.16.0", "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme", "bugs": { "url": "https://github.com/halo-dev/halo/issues"