From 0493996b22aba47197a639f355107ff1914fbb3b Mon Sep 17 00:00:00 2001 From: Sergey Grebenshchikov Date: Tue, 10 Mar 2020 23:08:28 +0100 Subject: [PATCH] Release 1.5.3 --- Makefile | 2 +- README.md | 12 ++++++------ README.template.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 2c153cc..d5ba9ad 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.5.2 +VERSION = 1.5.3 APP := http-file-server PACKAGES := $(shell go list -f {{.Dir}} ./...) diff --git a/README.md b/README.md index 0d660d0..1ef083c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - [Serving $PWD at `/`](#serving-pwd-at-) - [Serving multiple paths, setting the HTTP port via CLI arguments](#serving-multiple-paths-setting-the-http-port-via-cli-arguments) - [Setting the HTTP port via environment variables](#setting-the-http-port-via-environment-variables) - - [Uploading files using cURL](#uploading-files-using-curl) + - [Uploading files using cURL](#uploading-files-using-curl) - [Get it](#get-it) - [Using `go get`](#using-go-get) - [Pre-built binary](#pre-built-binary) @@ -59,7 +59,7 @@ $ http-file-server /abc/def/ghi=/tmp 2018/11/13 23:05:52 http-file-server listening on ":9999" ``` -#### Uploading files using cURL +### Uploading files using cURL ```sh $ ./http-file-server -uploads /=/path/to/serve @@ -85,14 +85,14 @@ Or [download a binary](https://github.com/sgreben/http-file-server/releases/late ```sh # Linux -curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.2/http-file-server_1.5.2_linux_x86_64.tar.gz | tar xz +curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.3/http-file-server_1.5.3_linux_x86_64.tar.gz | tar xz # OS X -curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.2/http-file-server_1.5.2_osx_x86_64.tar.gz | tar xz +curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.3/http-file-server_1.5.3_osx_x86_64.tar.gz | tar xz # Windows -curl -LO https://github.com/sgreben/http-file-server/releases/download/1.5.2/http-file-server_1.5.2_windows_x86_64.zip -unzip http-file-server_1.5.2_windows_x86_64.zip +curl -LO https://github.com/sgreben/http-file-server/releases/download/1.5.3/http-file-server_1.5.3_windows_x86_64.zip +unzip http-file-server_1.5.3_windows_x86_64.zip ``` ## Use it diff --git a/README.template.md b/README.template.md index de05ef2..c49fccb 100644 --- a/README.template.md +++ b/README.template.md @@ -12,7 +12,7 @@ - [Serving $PWD at `/`](#serving-pwd-at-) - [Serving multiple paths, setting the HTTP port via CLI arguments](#serving-multiple-paths-setting-the-http-port-via-cli-arguments) - [Setting the HTTP port via environment variables](#setting-the-http-port-via-environment-variables) - - [Uploading files using cURL](#uploading-files-using-curl) + - [Uploading files using cURL](#uploading-files-using-curl) - [Get it](#get-it) - [Using `go get`](#using-go-get) - [Pre-built binary](#pre-built-binary) @@ -59,7 +59,7 @@ $ http-file-server /abc/def/ghi=/tmp 2018/11/13 23:05:52 http-file-server listening on ":9999" ``` -#### Uploading files using cURL +### Uploading files using cURL ```sh $ ./http-file-server -uploads /=/path/to/serve