diff --git a/Cargo.toml b/Cargo.toml index 10c82bc..2bb649a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["discord", "rpc", "ipc"] license = "MIT" readme = "README.md" repository = "https://gitlab.com/valeth/discord-rpc-client.rs.git" -version = "0.1.5" +version = "0.2.0" [badges] # gitlab = { repository = "valeth/discord-rpc-client.rs" } diff --git a/README.md b/README.md index d615c6f..00024a5 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,13 @@ Discord RPC client for Rust -> *Note*: Only works on **Unix** systems right now. - ## Installation Add this to your `Cargo.toml`: ```toml [dependencies] -discord-rpc-client = "^0.1" +discord-rpc-client = "^0.2" ``` ## Examples