diff options
| author | Mariot Tsitoara <[email protected]> | 2021-01-02 01:23:38 +0100 |
|---|---|---|
| committer | Mariot Tsitoara <[email protected]> | 2021-01-02 01:23:38 +0100 |
| commit | 5701ef678355a4e1c3ae199eb0f8bd828521bf57 (patch) | |
| tree | 42cad584eab5e7cd29a2194feddbe9ac09fbf86a | |
| parent | Move calculations from lib to bin (diff) | |
| download | chan-downloader-5701ef678355a4e1c3ae199eb0f8bd828521bf57.tar.xz chan-downloader-5701ef678355a4e1c3ae199eb0f8bd828521bf57.zip | |
Bump version
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/cli.yml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "chan-downloader" description = "CLI to download all images/webms of a 4chan thread" -version = "0.1.1" +version = "0.1.2" authors = ["Mariot Tsitoara <[email protected]>"] edition = "2018" license = "MIT" diff --git a/src/cli.yml b/src/cli.yml index 9fed1ba..5a2eca7 100644 --- a/src/cli.yml +++ b/src/cli.yml @@ -1,5 +1,5 @@ name: chan-downloader -version: "0.1.1" +version: "0.1.2" author: "Mariot Tsitoara <[email protected]>" about: CLI to download all images/webms of a 4chan thread args: |