From 16a7366ec75f5c03d497a12bb796d883bfd32466 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 18 May 2018 15:06:05 -0700 Subject: [PATCH] 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13c84759..12d92923 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.1.0" +version = "0.1.1" authors = ["Max Brunsfeld "] build = "build.rs" license = "MIT"