diff --git a/Cargo.toml b/Cargo.toml index 0821dff..71bd584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypt4gh" -version = "0.1.5" +version = "0.2.0" authors = ["Roberto "] edition = "2018" license = "Apache-2.0" diff --git a/README.md b/README.md index b230e7d..c7d5ddb 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ cargo install crypt4gh In the [releases page](https://github.com/EGA-archive/crypt4gh-rust/releases/latest), You can find compiled binaries for: -- [Linux (x86_64-unknown-linux-gnu)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.1.5/crypt4gh-x86_64-unknown-linux-gnu) -- [OS X (x86_64-apple-darwin)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.1.5/crypt4gh-x86_64-apple-darwin) -- [Windows (x86_64-pc-windows-msvc)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.1.5/crypt4gh-x86_64-pc-windows-msvc.exe) +- [Linux (x86_64-unknown-linux-gnu)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.2.0/crypt4gh-x86_64-unknown-linux-gnu) +- [OS X (x86_64-apple-darwin)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.2.0/crypt4gh-x86_64-apple-darwin) +- [Windows (x86_64-pc-windows-msvc)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.2.0/crypt4gh-x86_64-pc-windows-msvc.exe) ### Usage @@ -79,7 +79,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -crypt4gh = "0.1.5" +crypt4gh = "0.2.0" ``` ### Usage (in Rust) diff --git a/docs/book/1_installation.html b/docs/book/1_installation.html index c9468df..7f3be95 100644 --- a/docs/book/1_installation.html +++ b/docs/book/1_installation.html @@ -184,9 +184,9 @@

In the releases page, You can find compiled binaries for:

Issues

If you have any issue with the installation please create an issue on Github.

diff --git a/docs/book/print.html b/docs/book/print.html index 8f1809a..6889543 100644 --- a/docs/book/print.html +++ b/docs/book/print.html @@ -201,9 +201,9 @@

In the releases page, You can find compiled binaries for:

Issues

If you have any issue with the installation please create an issue on Github.

diff --git a/docs/src/1_installation.md b/docs/src/1_installation.md index 2cea846..c1ac410 100644 --- a/docs/src/1_installation.md +++ b/docs/src/1_installation.md @@ -35,9 +35,9 @@ cargo install crypt4gh In the [releases page](https://github.com/EGA-archive/crypt4gh-rust/releases/latest), You can find compiled binaries for: -- [Linux (x86_64-unknown-linux-gnu)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.1.5/crypt4gh-x86_64-unknown-linux-gnu) -- [OS X (x86_64-apple-darwin)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.1.5/crypt4gh-x86_64-apple-darwin) -- [Windows (x86_64-pc-windows-msvc)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.1.5/crypt4gh-x86_64-pc-windows-msvc.exe) +- [Linux (x86_64-unknown-linux-gnu)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.2.0/crypt4gh-x86_64-unknown-linux-gnu) +- [OS X (x86_64-apple-darwin)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.2.0/crypt4gh-x86_64-apple-darwin) +- [Windows (x86_64-pc-windows-msvc)](https://github.com/EGA-archive/crypt4gh-rust/releases/download/v0.2.0/crypt4gh-x86_64-pc-windows-msvc.exe) ## Issues