diff --git a/Cargo.toml b/Cargo.toml index 27b0a50..566b3dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "elefren" -version = "0.16.0" - +version = "0.17.0" description = "A wrapper around the Mastodon API." authors = ["Aaron Power ", "Paul Woolcock "] license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index 33675b5..3704530 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To add `elefren` to your project, add the following to the `[dependencies]` section of your `Cargo.toml` ```toml -elefren = "0.16" +elefren = "0.17" ``` ## Usage diff --git a/src/helpers/mod.rs b/src/helpers/mod.rs index adc0990..89adbb7 100644 --- a/src/helpers/mod.rs +++ b/src/helpers/mod.rs @@ -5,7 +5,7 @@ /// /// ```toml,ignore /// [dependencies.elefren] -/// version = "0.15" +/// version = "0.17" /// features = ["toml"] /// ``` pub mod toml; @@ -17,7 +17,7 @@ pub mod toml; /// /// ```toml,ignore /// [dependencies.elefen] -/// version = "0.15" +/// version = "0.17" /// features = ["json"] /// ``` pub mod json;