From fb98410bb5684fad87b04d4edce4d96a090133fb Mon Sep 17 00:00:00 2001 From: Charles-Antoine Mathieu Date: Sun, 20 Dec 2015 21:52:33 +0100 Subject: [PATCH] Bump version to 1.1 --- Makefile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 367df4b2..f312d61d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ # THE SOFTWARE. ### -RELEASE_VERSION="1.1-RC2" +RELEASE_VERSION="1.1" RELEASE_DIR="release/plik-$(RELEASE_VERSION)" RELEASE_TARGETS=darwin-386 darwin-amd64 freebsd-386 \ freebsd-amd64 linux-386 linux-amd64 linux-arm openbsd-386 \ diff --git a/README.md b/README.md index 006f8ce0..84ab1eae 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ Plik is an simple and powerful file uploading system written in golang. - Comments : Add custom message (in Markdown format) ### Version -1.1-RC2 +1.1 ### Installation ##### From release To run plik, it's very simple : ```sh -$ wget https://github.com/root-gg/plik/releases/download/1.1/plik-1.1-RC2.tar.gz -$ tar xvf plik-1.1-RC2.tar.gz -$ cd plik-1.1-RC2/server +$ wget https://github.com/root-gg/plik/releases/download/1.1/plik-1.1.tar.gz +$ tar xvf plik-1.1.tar.gz +$ cd plik-1.1/server $ ./plikd ``` Et voilĂ  ! You now have a fully functional instance of plik running on http://127.0.0.1:8080.