Skip to content

Commit

Permalink
0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Aug 25, 2023
1 parent e877917 commit a4ec37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit a4ec37b

Please sign in to comment.