From 21915d9acfc23cb56d59fc2f3e203292367dc844 Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Tue, 4 Dec 2018 22:19:54 +0100 Subject: [PATCH] Update Cargo.toml Update version to 0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1f9f9a..fb75065 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.2.3" +version = "0.2.4" [badges] travis-ci = { repository = "valeth/discord-rpc-client.rs" }