Skip to content

Commit

Permalink
Bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Antoine Mathieu committed Jan 5, 2022
1 parent aca71f5 commit a460294
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in
- [Filelink for Plik](https://gitlab.com/joendres/filelink-plik) : Thunderbird Addon to upload attachments to Plik

### Version
1.3.3
1.3.4

### Installation

##### From release
To run plik, it's very simple :
```sh
$ wget https://github.com/root-gg/plik/releases/download/1.3.3/plik-1.3.3-linux-amd64.tar.gz
$ tar xzvf plik-1.3.3-linux-64bits.tar.gz
$ cd plik-1.3.3/server
$ wget https://github.com/root-gg/plik/releases/download/1.3.4/plik-1.3.4-linux-amd64.tar.gz
$ tar xzvf plik-1.3.4-linux-64bits.tar.gz
$ cd plik-1.3.4/server
$ ./plikd
```
Et voilà ! You now have a fully functional instance of Plik running on http://127.0.0.1:8080.
Expand Down
12 changes: 12 additions & 0 deletions changelog/1.3.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Plik 1.3.4

Hi, today we're releasing Plik 1.3.4 !

Here is the changelog :

New
- Directly paste text and files in the web UI
- Copy file URL to clibboard in the web UI

Faithfully,
The plik team

0 comments on commit a460294

Please sign in to comment.