diff --git a/CMakeLists.txt b/CMakeLists.txt index a53f2aa..a106a3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-kconfig - VERSION "1.1.1" + VERSION "1.2.0" DESCRIPTION "Kconfig grammar for tree-sitter" HOMEPAGE_URL "https://github.com/tree-sitter-grammars/tree-sitter-kconfig" LANGUAGES C) diff --git a/Cargo.lock b/Cargo.lock index 315354c..a3822a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "tree-sitter-kconfig" -version = "1.1.1" +version = "1.2.0" dependencies = [ "cc", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index 57a00bd..6d13503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-kconfig" description = "Kconfig grammar for tree-sitter" -version = "1.1.1" +version = "1.2.0" authors = ["Amaan Qureshi "] license = "MIT" readme = "README.md" diff --git a/Makefile b/Makefile index ebd23a0..b1a9716 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ endif LANGUAGE_NAME := tree-sitter-kconfig HOMEPAGE_URL := https://github.com/tree-sitter-grammars/tree-sitter-kconfig -VERSION := 1.1.1 +VERSION := 1.2.0 # repository SRC_DIR := src diff --git a/package-lock.json b/package-lock.json index dd435f2..93a91cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-kconfig", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-kconfig", - "version": "1.1.1", + "version": "1.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -1494,9 +1494,10 @@ "version": "0.22.1", "resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.22.1.tgz", "integrity": "sha512-gRO+jk2ljxZlIn20QRskIvpLCMtzuLl5T0BY6L9uvPYD17uUrxlxWkvYCiVqED2q2q7CVtY52Uex4WcYo2FEXw==", - "dev": true, "hasInstallScript": true, "license": "MIT", + "optional": true, + "peer": true, "dependencies": { "node-addon-api": "^8.2.1", "node-gyp-build": "^4.8.2" diff --git a/package.json b/package.json index 31ee24e..b24ed5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-kconfig", - "version": "1.1.1", + "version": "1.2.0", "description": "Kconfig grammar for tree-sitter", "repository": "https://github.com/tree-sitter-grammars/tree-sitter-kconfig", "license": "MIT", diff --git a/pyproject.toml b/pyproject.toml index 1067d12..7775c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-kconfig" description = "Kconfig grammar for tree-sitter" -version = "1.1.1" +version = "1.2.0" keywords = ["incremental", "parsing", "tree-sitter", "kconfig"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index 5797838..11d9a7c 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -21,7 +21,7 @@ } ], "metadata": { - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "description": "Kconfig grammar for tree-sitter", "authors": [