From 751ffc707c158ea2436b2f5d59cb63f309d2cd64 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 3 Feb 2017 03:22:02 -0800 Subject: [PATCH] Bump version to 0.5.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e7640f9..016b0057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-events" readme = "README.md" repository = "https://github.com/ruma/ruma-events" -version = "0.4.1" +version = "0.5.0" [dependencies] ruma-identifiers = "0.8"