Skip to content

Commit ad096b8

Browse files
committed
0.22.3
1 parent 60eb7dc commit ad096b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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-php"
33
description = "PHP grammar for tree-sitter"
4-
version = "0.22.2"
4+
version = "0.22.3"
55
authors = [
66
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
77
"Amaan Qureshi <amaanq12@gmail.com>",

common/common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.22.2
1+
VERSION := 0.22.3
22

33
# repository
44
SRC_DIR := src

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-php",
3-
"version": "0.22.2",
3+
"version": "0.22.3",
44
"description": "PHP grammar for tree-sitter",
55
"repository": "github:tree-sitter/tree-sitter-php",
66
"license": "MIT",

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2"
8+
version = "0.22.3"
99
keywords = ["incremental", "parsing", "tree-sitter", "php"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)