From c7fb0aab36320fff216b514868694427ad7868f6 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Fri, 2 Feb 2024 09:03:00 -0600 Subject: [PATCH] v0.22.0 --- Cargo.toml | 2 +- bindings/rust/README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b49f1da..24eabd45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-php" description = "PHP grammar for tree-sitter" -version = "0.21.1" +version = "0.22.0" keywords = ["incremental", "parsing", "php"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-php" diff --git a/bindings/rust/README.md b/bindings/rust/README.md index 86117d95..0e34f2eb 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -9,7 +9,7 @@ way.) ```toml [dependencies] tree-sitter = "0.20.10" -tree-sitter-php = "0.21.1" +tree-sitter-php = "0.22.0" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index 4f246680..2d1f5f19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-php", - "version": "0.21.1", + "version": "0.22.0", "description": "PHP grammar for tree-sitter", "main": "bindings/node", "keywords": [