Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Apr 2, 2024
2 parents 98d574e + aab367a commit 01778ef
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## 快速开始

```bash
docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.13
docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.14
```

以上仅作为体验使用,详细部署文档请查阅:<https://docs.halo.run/getting-started/install/docker-compose>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.14.0-SNAPSHOT
version=2.15.0-SNAPSHOT
2 changes: 1 addition & 1 deletion ui/packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/api-client",
"version": "2.14.0",
"version": "2.15.0",
"description": "",
"scripts": {
"build": "unbuild",
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/components",
"version": "2.14.0",
"version": "2.15.0",
"description": "",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/richtext-editor",
"version": "2.14.0",
"version": "2.15.0",
"description": "Default editor for Halo",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/console-shared",
"version": "2.14.0",
"version": "2.15.0",
"description": "",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/ui-plugin-bundler-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/ui-plugin-bundler-kit",
"version": "2.14.0",
"version": "2.15.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"
Expand Down

0 comments on commit 01778ef

Please sign in to comment.