From 99876ca330a735a05626505c93ef0d5874bf903f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 4 Jun 2020 21:08:48 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fbb0160..19f2a0ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruma-common" -version = "0.1.2" +version = "0.1.3" authors = ["Jonas Platte "] description = "Common types for other ruma crates." homepage = "https://github.com/ruma/ruma-common"