From 6240c25160240843e396817f254755ed5840f695 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Mon, 3 Dec 2018 20:29:08 -0800 Subject: [PATCH] Bump version to 0.11.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f9f2903..25285a25 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.10.0" +version = "0.11.0" [dependencies] ruma-identifiers = "0.11.0"