diff --git a/discord_game_sdk/Cargo.toml b/discord_game_sdk/Cargo.toml index cb9dca6..dc5d0b6 100644 --- a/discord_game_sdk/Cargo.toml +++ b/discord_game_sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord_game_sdk" -version = "1.0.0-rc.3" # check src/lib.rs +version = "1.0.0-rc.4" # check src/lib.rs authors = ["ldesgoui "] edition = "2018" description = "Safe wrapper for the Discord Game SDK" diff --git a/discord_game_sdk/README.md b/discord_game_sdk/README.md index 0a71513..9617c99 100644 --- a/discord_game_sdk/README.md +++ b/discord_game_sdk/README.md @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -discord_game_sdk = "1.0.0-rc.3" +discord_game_sdk = "1.0.0-rc.4" ``` Read up on potential [`bindgen` requirements]. diff --git a/discord_game_sdk/src/lib.rs b/discord_game_sdk/src/lib.rs index f009857..a9a3dc0 100644 --- a/discord_game_sdk/src/lib.rs +++ b/discord_game_sdk/src/lib.rs @@ -23,7 +23,7 @@ //! //! ```toml //! [dependencies] -//! discord_game_sdk = "1.0.0-rc.3" +//! discord_game_sdk = "1.0.0-rc.4" //! ``` //! //! Read up on potential [`bindgen` requirements]. @@ -112,7 +112,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.3")] +#![doc(html_root_url = "https://docs.rs/discord_game_sdk/1.0.0-rc.4")] mod action; mod activity;