Skip to content

Commit

Permalink
0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Oct 3, 2024
1 parent 8ccd4df commit 07a0459
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-php"
description = "PHP grammar for tree-sitter"
version = "0.23.3"
version = "0.23.4"
authors = [
"Max Brunsfeld <[email protected]>",
"Amaan Qureshi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion common/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
$(error Windows is not supported)
endif

VERSION := 0.23.3
VERSION := 0.23.4

LANGUAGE_NAME := tree-sitter-php

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-php",
"version": "0.23.3",
"version": "0.23.4",
"description": "PHP grammar for tree-sitter",
"repository": "github:tree-sitter/tree-sitter-php",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-php"
description = "PHP grammar for tree-sitter"
version = "0.23.3"
version = "0.23.4"
keywords = ["incremental", "parsing", "tree-sitter", "php"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 07a0459

Please sign in to comment.