diff --git a/Cargo.toml b/Cargo.toml index 7589281..50a9c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord_game_sdk" -version = "1.0.0-rc.2" # check src/lib.rs +version = "1.0.0-rc.3" # check src/lib.rs authors = ["ldesgoui "] edition = "2018" description = "Safe wrapper for the Discord Game SDK" diff --git a/README.md b/README.md index b303892..6484dc4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -discord_game_sdk = "1.0.0-rc.2" +discord_game_sdk = "1.0.0-rc.3" ``` Read up on potential [`bindgen` requirements]. diff --git a/src/lib.rs b/src/lib.rs index 66665c3..67fcc80 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! //! ```toml //! [dependencies] -//! discord_game_sdk = "1.0.0-rc.2" +//! discord_game_sdk = "1.0.0-rc.3" //! ``` //! //! Read up on potential [`bindgen` requirements]. @@ -111,7 +111,7 @@ //! [official terms of the Discord Game SDK]: https://discordapp.com/developers/docs/legal //! [twitter]: https://twitter.com/ldesgoui -#![doc(html_root_url = "https://docs.rs/discord_game_sdk/1.0.0-rc.2")] +#![doc(html_root_url = "https://docs.rs/discord_game_sdk/1.0.0-rc.3")] #[macro_use] mod macros;