From cc7919643d860e7037cf05b7f7b53ecb1a6c224a Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Fri, 27 Jan 2017 14:45:11 -0600 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eae6ce03c..96d313ea4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "js" -version = "0.1.3" +version = "0.1.4" authors = ["The Servo Project Developers"] build = "build.rs"