diff --git a/CMakeLists.txt b/CMakeLists.txt index a106a3e..f525c4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-kconfig - VERSION "1.2.0" + VERSION "1.3.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 a3822a6..38617d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "tree-sitter-kconfig" -version = "1.2.0" +version = "1.3.0" dependencies = [ "cc", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index 6d13503..e9b1d40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-kconfig" description = "Kconfig grammar for tree-sitter" -version = "1.2.0" +version = "1.3.0" authors = ["Amaan Qureshi "] license = "MIT" readme = "README.md" diff --git a/Makefile b/Makefile index b1a9716..deab680 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.2.0 +VERSION := 1.3.0 # repository SRC_DIR := src diff --git a/package-lock.json b/package-lock.json index 93a91cb..cdf45e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-kconfig", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-kconfig", - "version": "1.2.0", + "version": "1.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b24ed5d..4d84067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-kconfig", - "version": "1.2.0", + "version": "1.3.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 7775c4c..4203c57 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.2.0" +version = "1.3.0" keywords = ["incremental", "parsing", "tree-sitter", "kconfig"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index 11d9a7c..ac73588 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -21,7 +21,7 @@ } ], "metadata": { - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "description": "Kconfig grammar for tree-sitter", "authors": [