From c3fd65c650e3108a80de8f338d9895ddfa8a848a Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 1 Jun 2017 17:46:05 -0700 Subject: [PATCH] Bump version to 0.9.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2faaa6cc..6d1bd175 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.8.0" +version = "0.9.0" [dependencies] ruma-identifiers = "0.11"