diff --git a/CMakeLists.txt b/CMakeLists.txt index 64b79b9..92d74f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-odin - VERSION "1.2.0" + VERSION "1.3.0" DESCRIPTION "Odin grammar for tree-sitter" HOMEPAGE_URL "https://github.com/tree-sitter-grammars/tree-sitter-odin" LANGUAGES C) diff --git a/Cargo.lock b/Cargo.lock index 9f0ae28..c7f50fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c" [[package]] name = "tree-sitter-odin" -version = "1.2.0" +version = "1.3.0" dependencies = [ "cc", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index e4ccdc4..e68b7b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-odin" description = "Odin 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 6536672..ea95712 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ endif LANGUAGE_NAME := tree-sitter-odin HOMEPAGE_URL := https://github.com/tree-sitter-grammars/tree-sitter-odin -VERSION := 1.2.0 +VERSION := 1.3.0 # repository SRC_DIR := src diff --git a/package-lock.json b/package-lock.json index 53e08df..41aa471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-odin", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-odin", - "version": "1.2.0", + "version": "1.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 694f704..2c1692b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-odin", - "version": "1.2.0", + "version": "1.3.0", "description": "Odin grammar for tree-sitter", "repository": "https://github.com/tree-sitter-grammars/tree-sitter-odin", "license": "MIT", diff --git a/pyproject.toml b/pyproject.toml index de10773..8af7cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-odin" description = "Odin grammar for tree-sitter" -version = "1.2.0" +version = "1.3.0" keywords = ["incremental", "parsing", "tree-sitter", "odin"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index 094dbbc..aaa1232 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -11,7 +11,7 @@ } ], "metadata": { - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "description": "Odin grammar for tree-sitter", "authors": [