From 29f2d2fd7f4e9eb7c753b99ed410c8b9fdc32dbc Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Wed, 16 May 2018 01:48:15 -0700 Subject: [PATCH] Bump version to 0.2.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8df2dd1b..55d7f5e4 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.1.0" +version = "0.2.0" [dependencies] quote = "0.5.2"