From 00280290524f74302c089d885eef61aac563add6 Mon Sep 17 00:00:00 2001 From: Maciej Hirsz Date: Thu, 20 Oct 2016 19:52:52 +0200 Subject: [PATCH] Bump version number --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index cfc7341..88da5ae 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ratel" -version = "0.5.2" +version = "0.5.3" authors = ["Maciej Hirsz "] license = "MIT/Apache-2.0" description = "JavaScript transpiler in Rust"