diff --git a/bindings/rust/README.md b/bindings/rust/README.md index 152508fc..af846ba0 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -9,7 +9,7 @@ way.) ```toml [dependencies] tree-sitter = "0.20.10" -tree-sitter-bash = "0.20.2" +tree-sitter-bash = "0.20.3" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index 7d5652d0..89a1fbe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-bash", - "version": "0.20.2", + "version": "0.20.3", "description": "Bash grammar for tree-sitter", "main": "bindings/node", "keywords": [