Skip to content

Commit

Permalink
Merge pull request #164 from camathieu/1.2-rc3
Browse files Browse the repository at this point in the history
Bump version to 1.2-rc3
  • Loading branch information
bodji authored Jul 18, 2016
2 parents e9ab642 + aa72aae commit 104e4ed
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# THE SOFTWARE.
###

RELEASE_VERSION="1.2-RC2"
RELEASE_VERSION="1.2-RC3"
RELEASE_DIR="release/plik-$(RELEASE_VERSION)"
RELEASE_TARGETS=darwin-386 darwin-amd64 freebsd-386 \
freebsd-amd64 linux-386 linux-amd64 linux-arm openbsd-386 \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Plik is a scalable & friendly temporary file upload system ( wetransfer like ) i
- Upload restriction : Source IP / Token

### Version
1.2-RC2
1.2-RC3

### Installation

##### From release
To run plik, it's very simple :
```sh
$ wget https://github.com/root-gg/plik/releases/download/1.1.1/plik-1.1.1.tar.gz
$ tar xvf plik-1.1.1.tar.gz
$ cd plik-1.1.1/server
$ wget https://github.com/root-gg/plik/releases/download/1.2-RC3/plik-1.2-RC3-linux-64bits.tar.gz
$ tar xzvf plik-1.2-RC3-linux-64bits.tar.gz
$ cd plik-1.2-RC3/server
$ ./plikd
```
Et voilà ! You now have a fully functional instance of plik running on http://127.0.0.1:8080.
Expand Down
4 changes: 4 additions & 0 deletions client/test_downgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ RELEASES=(
1.0.1
1.1-RC1
1.1-RC2
1.1
1.1.1
1.2-RC1
1.2-RC2
)

###
Expand Down
4 changes: 4 additions & 0 deletions client/test_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ RELEASES=(
1.0.1
1.1-RC1
1.1-RC2
1.1
1.1.1
1.2-RC1
1.2-RC2
)

###
Expand Down

0 comments on commit 104e4ed

Please sign in to comment.