From 8970e3d83d30f28f7fe9624067611c881ca40b65 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 8 Sep 2017 17:33:18 -0700 Subject: [PATCH] Bump version to 0.5.0. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6505327c..b2450067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,8 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.4.0" +version = "0.5.0" + [dependencies] futures = "0.1.15" http = "0.1.0"