diff --git a/Cargo.lock b/Cargo.lock index fd80925..d07b91c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "paperoni" -version = "0.4.0-alpha1" +version = "0.4.1-alpha1" dependencies = [ "async-std", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3fbd83c..8b8b6e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ description = "A web article downloader" homepage = "https://github.com/hipstermojo/paperoni" repository = "https://github.com/hipstermojo/paperoni" name = "paperoni" -version = "0.4.0-alpha1" +version = "0.4.1-alpha1" authors = ["Kenneth Gitere "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index d24853d..2cfba38 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Check the [releases](https://github.com/hipstermojo/paperoni/releases) page for Paperoni is published on [crates.io](https://crates.io). If you have [cargo](https://github.com/rust-lang/cargo) installed, then run: ```sh -cargo install paperoni --version 0.4.0-alpha1 +cargo install paperoni --version 0.4.1-alpha1 ``` _Paperoni is still in alpha so the `version` flag has to be passed._