diff --git a/CMakeLists.txt b/CMakeLists.txt index b602fbd..31ff120 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-m - VERSION "0.1.0" + VERSION "0.1.1" DESCRIPTION "Tree-sitter grammar for the M (MUMPS) programming language. Generated from m-standard's grammar-surface.json (union of AnnoStd, YottaDB, IRIS)." HOMEPAGE_URL "https://github.com/m-dev-tools/m-parser" LANGUAGES C) diff --git a/Cargo.toml b/Cargo.toml index 939ce3b..1b86fb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-m" description = "Tree-sitter grammar for the M (MUMPS) programming language. Generated from m-standard's grammar-surface.json (union of AnnoStd, YottaDB, IRIS)." -version = "0.1.0" +version = "0.1.1" authors = ["Rafael Richards"] license = "AGPL-3.0" readme = "README.md" diff --git a/Makefile b/Makefile index 794e564..a4f092d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ endif LANGUAGE_NAME := tree-sitter-m HOMEPAGE_URL := https://github.com/m-dev-tools/tree-sitter-m -VERSION := 0.1.0 +VERSION := 0.1.1 # repository SRC_DIR := src diff --git a/package.json b/package.json index cc9d1d7..852af79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-m", - "version": "0.1.0", + "version": "0.1.1", "description": "Tree-sitter grammar for the M (MUMPS) programming language. Generated from m-standard's grammar-surface.json (union of AnnoStd, YottaDB, IRIS).", "main": "bindings/node", "types": "bindings/node", diff --git a/pyproject.toml b/pyproject.toml index 5795a30..4080c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-m" description = "Tree-sitter grammar for the M (MUMPS) programming language. Generated from m-standard's grammar-surface.json (union of AnnoStd, YottaDB, IRIS)." -version = "0.1.0" +version = "0.1.1" keywords = ["incremental", "parsing", "tree-sitter", "m"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index 150661c..f9c69db 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -10,7 +10,7 @@ } ], "metadata": { - "version": "0.1.0", + "version": "0.1.1", "license": "AGPL-3.0", "description": "Tree-sitter grammar for the M (MUMPS) programming language. Generated from m-standard's grammar-surface.json (union of AnnoStd, YottaDB, IRIS).", "authors": [