From c7844f94fc8ee0e75c12551e2711fe89e1fb20a2 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Mon, 21 Aug 2017 16:23:30 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c439a08..1ad9fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "javascriptcore-rs" -version = "0.1.0" +version = "0.2.0" authors = ["The Gtk-rs Project Developers"] description = "Rust bindings for the javacriptcore library"