Skip to content

Commit

Permalink
0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Nov 10, 2024
1 parent b63b5cf commit 7ba126f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt

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-regex"
description = "Regex grammar for tree-sitter"
version = "0.24.1"
version = "0.24.2"
authors = [
"Max Brunsfeld <[email protected]>",
"Amaan Qureshi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile

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

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-regex",
"version": "0.24.1",
"version": "0.24.2",
"description": "Regex grammar for tree-sitter",
"repository": "github:tree-sitter/tree-sitter-regex",
"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-regex"
description = "Regex grammar for tree-sitter"
version = "0.24.1"
version = "0.24.2"
keywords = ["incremental", "parsing", "tree-sitter", "regex"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"metadata": {
"version": "0.24.1",
"version": "0.24.2",
"license": "MIT",
"description": "Regex grammar for tree-sitter",
"authors": [
Expand Down

0 comments on commit 7ba126f

Please sign in to comment.