Skip to content

Commit 42ab5ca

Browse files
committed
0.20.2
1 parent b92f859 commit 42ab5ca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-bash"
33
description = "Bash grammar for tree-sitter"
4-
version = "0.20.1"
4+
version = "0.20.2"
55
authors = ["Max Brunsfeld <[email protected]"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

bindings/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ way.)
99
```toml
1010
[dependencies]
1111
tree-sitter = "0.20.10"
12-
tree-sitter-bash = "0.20.1"
12+
tree-sitter-bash = "0.20.2"
1313
```
1414

1515
Typically, you will use the [language][language func] function to add this

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "tree-sitter-bash",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"description": "Bash grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [
77
"parser",
8-
"lexer"
8+
"lexer",
9+
"bash"
910
],
1011
"author": "Max Brunsfeld",
1112
"license": "MIT",

0 commit comments

Comments
 (0)