Skip to content

Commit

Permalink
Version-bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpt13653903 committed Dec 3, 2024
1 parent 5d3bc49 commit 8db0c17
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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-vhdl"
description = "VHDL grammar for tree-sitter"
version = "1.2.2"
version = "1.2.3"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "vhdl"]
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-vhdl",
"version": "1.2.2",
"version": "1.2.3",
"description": "VHDL grammar for tree-sitter",
"repository": "github:jpt13653903/tree-sitter-vhdl",
"author": "John-Philip Taylor",
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-vhdl"
description = "VHDL grammar for tree-sitter"
version = "1.2.2"
version = "1.2.3"
keywords = ["incremental", "parsing", "tree-sitter", "vhdl"]
authors = [
{name = "John-Philip Taylor"}
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"metadata": {
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"description": "VHDL grammar for tree-sitter",
"authors": [
Expand Down

0 comments on commit 8db0c17

Please sign in to comment.