Skip to content

Commit 8ab9327

Browse files
committed
0.22.1
1 parent ae9ef7d commit 8ab9327

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-php"
33
description = "PHP grammar for tree-sitter"
4-
version = "0.22.0"
4+
version = "0.22.1"
55
keywords = ["incremental", "parsing", "php"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-php"

bindings/rust/README.md

+1-1
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-php = "0.22.0"
12+
tree-sitter-php = "0.22.1"
1313
```
1414

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-php",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"description": "PHP grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)