diff --git a/Cargo.toml b/Cargo.toml index 5a940ff..3f18cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/Makefile b/Makefile index e5c3420..1e763b4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.2.2 +VERSION := 1.2.3 LANGUAGE_NAME := tree-sitter-vhdl diff --git a/package-lock.json b/package-lock.json index dddd885..41156cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-vhdl", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-vhdl", - "version": "1.2.2", + "version": "1.2.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d20db66..c8f2b7f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index a79f4a1..1002c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} diff --git a/tree-sitter.json b/tree-sitter.json index c56b3d9..2f760f7 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -14,7 +14,7 @@ } ], "metadata": { - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "description": "VHDL grammar for tree-sitter", "authors": [