Skip to content

Commit 182b5fa

Browse files
committed
Release 1.5.0
1 parent 12d3aa3 commit 182b5fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.4.2
1+
VERSION = 1.5.0
22

33
APP := http-file-server
44
PACKAGES := $(shell go list -f {{.Dir}} ./...)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Or [download a binary](https://github.com/sgreben/http-file-server/releases/late
6060

6161
```sh
6262
# Linux
63-
curl -L https://github.com/sgreben/http-file-server/releases/download/1.4.2/http-file-server_1.4.2_linux_x86_64.tar.gz | tar xz
63+
curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.0/http-file-server_1.5.0_linux_x86_64.tar.gz | tar xz
6464

6565
# OS X
66-
curl -L https://github.com/sgreben/http-file-server/releases/download/1.4.2/http-file-server_1.4.2_osx_x86_64.tar.gz | tar xz
66+
curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.0/http-file-server_1.5.0_osx_x86_64.tar.gz | tar xz
6767

6868
# Windows
69-
curl -LO https://github.com/sgreben/http-file-server/releases/download/1.4.2/http-file-server_1.4.2_windows_x86_64.zip
70-
unzip http-file-server_1.4.2_windows_x86_64.zip
69+
curl -LO https://github.com/sgreben/http-file-server/releases/download/1.5.0/http-file-server_1.5.0_windows_x86_64.zip
70+
unzip http-file-server_1.5.0_windows_x86_64.zip
7171
```
7272

7373
## Use it

0 commit comments

Comments
 (0)