Skip to content

Commit

Permalink
1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ldesgoui committed Feb 17, 2020
1 parent eb2dcb7 commit b40670c
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 = "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 <[email protected]>"]
edition = "2018"
description = "Safe wrapper for the Discord Game SDK"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit b40670c

Please sign in to comment.