From 228772d42bfa13c96e9bb9066d3064cd3b551623 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 17 Aug 2026 17:07:39 +0200 Subject: [PATCH] chore: version 1.1.2 --- CMakeLists.txt | 2 +- Cargo.toml | 2 +- Makefile | 2 +- package.json | 2 +- pyproject.toml | 2 +- src/parser.c | 2 +- tree-sitter.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e787621..45a2c4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-dotenv - VERSION "1.1.1" + VERSION "1.1.2" DESCRIPTION "Dotenv grammar for tree-sitter" HOMEPAGE_URL "https://github.com/pnx/tree-sitter-dotenv" LANGUAGES C) diff --git a/Cargo.toml b/Cargo.toml index 0532c49..a5ac602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-dotenv" description = "Dotenv grammar for tree-sitter" -version = "1.1.1" +version = "1.1.2" license = "MIT" readme = "README.md" keywords = ["incremental", "parsing", "tree-sitter", "dotenv"] diff --git a/Makefile b/Makefile index fb4c57a..8930634 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 1.1.1 +VERSION := 1.1.2 LANGUAGE_NAME := tree-sitter-dotenv diff --git a/package.json b/package.json index 7fe3e6c..fd10eb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-dotenv", - "version": "1.1.1", + "version": "1.1.2", "description": "Dotenv grammar for tree-sitter", "repository": "github:pnx/tree-sitter-dotenv", "license": "MIT", diff --git a/pyproject.toml b/pyproject.toml index 3b3b5a6..68f68c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-dotenv" description = "Dotenv grammar for tree-sitter" -version = "1.1.1" +version = "1.1.2" keywords = ["incremental", "parsing", "tree-sitter", "dotenv"] classifiers = [ "Intended Audience :: Developers", diff --git a/src/parser.c b/src/parser.c index 7005a8e..7966ed8 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1338,7 +1338,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_dotenv(void) { .metadata = { .major_version = 1, .minor_version = 1, - .patch_version = 1, + .patch_version = 2, }, }; return &language; diff --git a/tree-sitter.json b/tree-sitter.json index fbf092a..07640f1 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -15,7 +15,7 @@ } ], "metadata": { - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "description": "Dotenv grammar for tree-sitter", "authors": [