From 8fdcf84ff3396e4c8fc8ee4cdc9e37ebe9f126cf Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 20 Nov 2018 16:00:45 -0800 Subject: [PATCH] 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 485d369e..2c92acc5 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.1" +version = "0.3.2" authors = ["Max Brunsfeld "] build = "build.rs" license = "MIT"