Update version

This commit is contained in:
Kenneth Gitere 2021-05-24 20:28:23 +03:00
parent c916fb8493
commit 1cbbc7527f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1462,7 +1462,7 @@ dependencies = [
[[package]]
name = "paperoni"
version = "0.4.0-alpha1"
version = "0.4.1-alpha1"
dependencies = [
"async-std",
"chrono",

View file

@ -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 <gitere81@gmail.com>"]
edition = "2018"
license = "MIT"

View file

@ -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._