0.11.1
diff --git a/Cargo.toml b/Cargo.toml index a3896d7..efc2a33 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,7 +1,7 @@ [package] name = "tree-sitter-devicetree" description = "devicetree grammar for tree-sitter" -version = "0.11.0" +version = "0.11.1" authors = ["Joel Spadin <joelspadin@gmail.com>"] license = "MIT" keywords = ["incremental", "parsing", "tree-sitter", "devicetree"]
diff --git a/Makefile b/Makefile index eb74098..7baf73e 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,4 @@ -VERSION := 0.11.0 +VERSION := 0.11.1 LANGUAGE_NAME := tree-sitter-devicetree
diff --git a/package-lock.json b/package-lock.json index c54d59d..4b9e266 100644 --- a/package-lock.json +++ b/package-lock.json
@@ -1,12 +1,12 @@ { "name": "tree-sitter-devicetree", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tree-sitter-devicetree", - "version": "0.11.0", + "version": "0.11.1", "hasInstallScript": true, "license": "MIT", "dependencies": {
diff --git a/package.json b/package.json index a898f1d..e02d3cf 100644 --- a/package.json +++ b/package.json
@@ -1,6 +1,6 @@ { "name": "tree-sitter-devicetree", - "version": "0.11.0", + "version": "0.11.1", "description": "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax.", "license": "MIT", "author": "Joel Spadin",
diff --git a/pyproject.toml b/pyproject.toml index 9deebcf..a853f80 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -5,7 +5,7 @@ [project] name = "tree-sitter-devicetree" description = "Devicetree grammar for tree-sitter" -version = "0.11.0" +version = "0.11.1" keywords = ["incremental", "parsing", "tree-sitter", "devicetree"] classifiers = [ "Intended Audience :: Developers",