Skip to content

Commit

Permalink
0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Aug 23, 2023
1 parent 1503a26 commit 8857ddc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand Down
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.1"
tree-sitter-bash = "0.20.2"
```

Typically, you will use the [language][language func] function to add this
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "tree-sitter-bash",
"version": "0.20.1",
"version": "0.20.2",
"description": "Bash grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
"parser",
"lexer"
"lexer",
"bash"
],
"author": "Max Brunsfeld",
"license": "MIT",
Expand Down

0 comments on commit 8857ddc

Please sign in to comment.