Skip to content

Commit

Permalink
Updated the metadata to match the version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jpt13653903 committed Nov 12, 2024
1 parent e7c5e23 commit b4e73e0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.0"
version = "1.2.2"
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.0",
"version": "1.2.2",
"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.0"
version = "1.2.2"
keywords = ["incremental", "parsing", "tree-sitter", "vhdl"]
authors = [
{name = "John-Philip Taylor"}
Expand Down
4 changes: 2 additions & 2 deletions tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"metadata": {
"version": "1.2.0",
"version": "1.2.2",
"license": "MIT",
"description": "VHDL grammar for tree-sitter",
"authors": [
Expand All @@ -34,4 +34,4 @@
"rust": true,
"swift": true
}
}
}

0 comments on commit b4e73e0

Please sign in to comment.