From 640c64bed696a2ae797d5e121582d141c54972db Mon Sep 17 00:00:00 2001 From: silvanshade Date: Thu, 12 May 2022 15:38:03 -0600 Subject: [PATCH] Bump version to v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2f8133..ab2ec75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "web-tree-sitter-sys" -version = "0.4.1" +version = "0.5.0" authors = [""] license = "Apache-2.0 WITH LLVM-exception" readme = "README.md"