Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickfunk committed Aug 1, 2021
1 parent 45b56ee commit 6262745
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genanki-rs"
version = "0.1.1"
version = "0.1.2"
authors = ["Yannick Funk <yannickfunk@yahoo.de>"]
edition = "2018"
description = "Crate to create decks for the open source flashcard platform Anki. Based on Python library genanki"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6262745

Please sign in to comment.