From 27e391bea0c9c52fea0e1bbd2d39ed4f6de8b1c3 Mon Sep 17 00:00:00 2001 From: silvanshade Date: Tue, 8 Feb 2022 13:13:45 -0700 Subject: [PATCH] Bump version to v0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4dfbc8f..066f66d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "web-tree-sitter-sys" -version = "0.4.0" +version = "0.4.1" authors = [""] license = "Apache-2.0 WITH LLVM-exception" readme = "README.md"