Skip to content

Commit 849fc3d

Browse files
committed
0.22.5
1 parent 053cf2b commit 849fc3d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.4"
4+
version = "0.22.5"
55
authors = [
66
"Max Brunsfeld <[email protected]>",
77
"Amaan Qureshi <[email protected]>",

common/common.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.22.4
1+
VERSION := 0.22.5
22

33
# repository
44
SRC_DIR := src

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4",
3+
"version": "0.22.5",
44
"description": "PHP grammar for tree-sitter",
55
"repository": "github:tree-sitter/tree-sitter-php",
66
"license": "MIT",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-php"
77
description = "PHP grammar for tree-sitter"
8-
version = "0.22.4"
8+
version = "0.22.5"
99
keywords = ["incremental", "parsing", "tree-sitter", "php"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)