From 3159bd8076e906fa28eb35e2008232d3f93290df Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 8 Feb 2019 13:11:18 -0800 Subject: [PATCH] Bump version to 0.11.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62eac946..b506d24d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-identifiers" readme = "README.md" repository = "https://github.com/ruma/ruma-identifiers" -version = "0.11.0" +version = "0.11.1" [dependencies] lazy_static = "1.0"