diff --git a/Cargo.toml b/Cargo.toml index 2d35c1e..07f7f36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord_game_sdk" -version = "1.0.0-rc.1" # check src/lib.rs +version = "1.0.0-rc.2" # 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 32ee11a..b303892 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.1" +discord_game_sdk = "1.0.0-rc.2" ``` Read up on potential [`bindgen` requirements]. diff --git a/src/lib.rs b/src/lib.rs index 0f0807f..10857c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! //! ```toml //! [dependencies] -//! discord_game_sdk = "1.0.0-rc.1" +//! discord_game_sdk = "1.0.0-rc.2" //! ``` //! //! 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.1")] +#![doc(html_root_url = "https://docs.rs/discord_game_sdk/1.0.0-rc.2")] #[macro_use] mod macros;