From af50e1318ee42038752bc1958f6702806d3ce736 Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Mon, 2 Apr 2018 23:44:51 +0200 Subject: [PATCH] Bump crate version 0.1.5 -> 0.2.0 --- Cargo.toml | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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