From 262b84022c289aec0d9498f1a6315a6db42b4be5 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Wed, 12 Jun 2019 13:11:33 -0700 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 1d15857b..6a3443fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-api-macros" readme = "README.md" repository = "https://github.com/ruma/ruma-api-macros" -version = "0.4.0" +version = "0.5.0" edition = "2018" [dependencies]