Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldesgoui committed Jul 25, 2020
1 parent 29ac797 commit 4f4f8ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion discord_game_sdk/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" # check src/lib.rs
version = "1.0.1" # 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 discord_game_sdk/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"
discord_game_sdk = "1.0.1"
```

Read up on potential [`bindgen` requirements].
Expand Down
4 changes: 2 additions & 2 deletions discord_game_sdk/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"
//! discord_game_sdk = "1.0.1"
//! ```
//!
//! Read up on potential [`bindgen` requirements].
Expand Down Expand Up @@ -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")]
#![doc(html_root_url = "https://docs.rs/discord_game_sdk/1.0.1")]

mod action;
mod activity;
Expand Down

0 comments on commit 4f4f8ce

Please sign in to comment.