Bump crate version

0.1.5 -> 0.2.0
This commit is contained in:
Patrick Auernig 2018-04-02 23:44:51 +02:00
parent 620e9a6b26
commit af50e1318e
2 changed files with 2 additions and 4 deletions

View File

@ -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" }

View File

@ -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