From 63835e508e23859f295be211695fa3be6b3b26a2 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Wed, 11 Sep 2019 21:31:16 +0800 Subject: [PATCH] release 1.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 174083406..0ecbfeaef 100755 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ ### 下载最新的 Halo 安装包 ```bash -curl -L https://github.com/halo-dev/halo/releases/download/v1.0.3/halo-1.0.3.jar --output halo-latest.jar +curl -L https://github.com/halo-dev/halo/releases/download/v1.1.0/halo-1.1.0.jar --output halo-latest.jar ``` 或者 ```bash -wget https://github.com/halo-dev/halo/releases/download/v1.0.3/halo-1.0.3.jar -O halo-latest.jar +wget https://github.com/halo-dev/halo/releases/download/v1.1.0/halo-1.1.0.jar -O halo-latest.jar ``` ### 启动 Halo