mirror of https://github.com/halo-dev/halo
parent
45ce44693d
commit
84056cf9a0
|
@ -1,6 +1,6 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
# next
|
# 1.4.11
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
下载最新的 Halo 运行包:
|
下载最新的 Halo 运行包:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.10/halo-1.4.10.jar --output halo.jar
|
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.11/halo-1.4.11.jar --output halo.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
其他地址:https://docs.halo.run/install/downloads
|
其他地址:https://docs.halo.run/install/downloads
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "run.halo.app"
|
group = "run.halo.app"
|
||||||
version = "1.4.10"
|
version = "1.4.11"
|
||||||
description = "Halo, An excellent open source blog publishing application."
|
description = "Halo, An excellent open source blog publishing application."
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue