Skip to content

Commit

Permalink
0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Jan 27, 2024
1 parent 1d10a32 commit 29a49d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-php"
description = "PHP grammar for tree-sitter"
version = "0.21.0"
version = "0.21.1"
keywords = ["incremental", "parsing", "php"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-php"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "0.20.10"
tree-sitter-php = "0.21.0"
tree-sitter-php = "0.21.1"
```

Typically, you will use the [language][language func] function to add this
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-php",
"version": "0.21.0",
"version": "0.21.1",
"description": "PHP grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 29a49d3

Please sign in to comment.