diff --git a/CHANGELOG.md b/CHANGELOG.md index 379cca8ae4262299808e98dcf8a985f6d11fd710..fd7c903ec2b5d93f762d1b061eb18d6291af163e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -# next +# 1.4.11 ## Bug Fixes diff --git a/README.md b/README.md index d1ff8e99bedf326fe055118f594f7273392a79e8..e5c0daca056406b5f72d70c0c3242e0f7963b1e4 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ 下载最新的 Halo 运行包: ```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 diff --git a/build.gradle b/build.gradle index ec9da828cc5840aca2121b215baa36361770aab4..dbecdd7e620140eaa3e940efed84082ebaaa8217 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = "run.halo.app" -version = "1.4.10" +version = "1.4.11" description = "Halo, An excellent open source blog publishing application." sourceCompatibility = JavaVersion.VERSION_11 diff --git a/src/main/resources/admin/index.html b/src/main/resources/admin/index.html index f8bb3c331d47fa7e7d64cb3427eda43860b5e91b..91f75cf8fd32299db7880d90e8e2378d939ad5d0 100644 --- a/src/main/resources/admin/index.html +++ b/src/main/resources/admin/index.html @@ -1 +1 @@ -Halo Dashboard
\ No newline at end of file +Halo Dashboard
\ No newline at end of file