diff --git a/Cargo.toml b/Cargo.toml index 3297ebc..6f55d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genanki-rs" -version = "0.1.1" +version = "0.1.2" authors = ["Yannick Funk "] edition = "2018" description = "Crate to create decks for the open source flashcard platform Anki. Based on Python library genanki" diff --git a/README.md b/README.md index 914e1ea..029074a 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ With `genanki-rs` you can easily generate decks for the popular open source flas ## Contribution Contributions in any form are welcome! Feel free to just create an Issue or a PR. -## How to use (Use the [`documentation`](https://docs.rs/genanki-rs/0.1.1/genanki_rs/index.html) for further information) +## How to use (Use the [`documentation`](https://docs.rs/genanki-rs/0.1.2/genanki_rs/index.html) for further information) Add ```toml [dependencies] -genanki-rs = "0.1.1" +genanki-rs = "0.1.2" ``` to your `Cargo.toml` or find another version on [*crates.io*](https://crates.io/crates/genanki-rs) diff --git a/src/lib.rs b/src/lib.rs index 87300c6..ef6403b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! //! To use genanki-rs, add the following to your `Cargo.toml` //! ```toml -//! genanki-rs = "0.1.1" +//! genanki-rs = "0.1.2" //! ``` //! ## Minimal Example //! The following example creates a simple deck, containing 2 question-answer flashcards: