diff --git a/CMakeLists.txt b/CMakeLists.txt index ecc29ed..1165b9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-vcl - VERSION "0.1.0" + VERSION "0.2.1" DESCRIPTION "Varnish Configuration Language grammar for tree-sitter" HOMEPAGE_URL "https://github.com/ntsk/tree-sitter-vcl" LANGUAGES C) diff --git a/Cargo.toml b/Cargo.toml index 9871b26..77d1580 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-vcl" description = "Varnish Configuration Language grammar for tree-sitter" -version = "0.1.0" +version = "0.2.1" authors = ["ntsk "] license = "MIT" readme = "README.md" diff --git a/Makefile b/Makefile index e3874ee..a23f83b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ endif LANGUAGE_NAME := tree-sitter-vcl HOMEPAGE_URL := https://github.com/ntsk/tree-sitter-vcl -VERSION := 0.1.0 +VERSION := 0.2.1 # repository SRC_DIR := src diff --git a/package.json b/package.json index 5f1d26b..86319c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-vcl", - "version": "0.1.0", + "version": "0.2.1", "description": "Varnish Configuration Language grammar for tree-sitter", "repository": "https://github.com/ntsk/tree-sitter-vcl", "license": "MIT", diff --git a/pyproject.toml b/pyproject.toml index 975e712..0c08fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-vcl" description = "Varnish Configuration Language grammar for tree-sitter" -version = "0.1.0" +version = "0.2.1" keywords = ["incremental", "parsing", "tree-sitter", "tree-sitter-vcl"] classifiers = [ "Intended Audience :: Developers", diff --git a/src/parser.c b/src/parser.c index d1403b0..328f94b 100644 --- a/src/parser.c +++ b/src/parser.c @@ -4536,8 +4536,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_vcl(void) { .max_reserved_word_set_size = 0, .metadata = { .major_version = 0, - .minor_version = 1, - .patch_version = 0, + .minor_version = 2, + .patch_version = 1, }, }; return &language; diff --git a/tree-sitter.json b/tree-sitter.json index 2e0fa49..e1a4cb4 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -14,7 +14,7 @@ } ], "metadata": { - "version": "0.1.0", + "version": "0.2.1", "license": "MIT", "description": "Varnish Configuration Language grammar for tree-sitter", "authors": [