From beb60194d12b62cf70bc6b9e8652258ae07a9b44 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 3 Dec 2018 14:42:18 -0800 Subject: [PATCH] 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ffee772..f61b1583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.3.2" +version = "0.3.3" authors = ["Max Brunsfeld "] build = "build.rs" license = "MIT"