From 69c615cd4fd13f2016d29f115bc1af7f06a7f795 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 23 Aug 2023 05:27:00 -0400 Subject: [PATCH] 0.20.2 --- Cargo.toml | 2 +- bindings/rust/README.md | 2 +- package.json | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22d655a9..d0060ac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-bash" description = "Bash grammar for tree-sitter" -version = "0.20.1" +version = "0.20.2" authors = ["Max Brunsfeld