From 022b032d31299c5d8336cdfd0ece97de20a609c0 Mon Sep 17 00:00:00 2001 From: Matthew Stadelman Date: Thu, 23 Jan 2025 13:28:14 -0500 Subject: [PATCH] Bump version to 0.4.0 --- CMakeLists.txt | 2 +- Cargo.toml | 2 +- Makefile | 2 +- package.json | 4 ++-- pyproject.toml | 2 +- tree-sitter.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f59829..e3c0c64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-fortran - VERSION "0.3.0" + VERSION "0.4.0" DESCRIPTION "Fortran grammar for tree-sitter" HOMEPAGE_URL "https://github.com/stadelmanma/tree-sitter-fortran" LANGUAGES C) diff --git a/Cargo.toml b/Cargo.toml index 9446539..c48a985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-fortran" description = "fortran grammar for the tree-sitter parsing library" -version = "0.3.0" +version = "0.4.0" keywords = ["incremental", "parsing", "fortran"] categories = ["parsing", "text-editors"] repository = "https://github.com/stadelmanma/tree-sitter-fortran" diff --git a/Makefile b/Makefile index ec94a10..714f386 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.3.0 +VERSION := 0.4.0 LANGUAGE_NAME := tree-sitter-fortran diff --git a/package.json b/package.json index 796ac4f..7285291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-fortran", - "version": "0.3.0", + "version": "0.4.0", "description": "Fortran grammar for tree-sitter", "repository": { "type": "git", @@ -54,4 +54,4 @@ "start": "tree-sitter playground", "test": "node --test bindings/node/*_test.js" } -} +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ba54967..9bd0380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-fortran" description = "Fortran grammar for tree-sitter" -version = "0.3.0" +version = "0.4.0" keywords = ["incremental", "parsing", "tree-sitter", "fortran"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index fc6dae2..dbcf4aa 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -18,7 +18,7 @@ } ], "metadata": { - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "description": "Fortran grammar for tree-sitter", "authors": [ @@ -45,4 +45,4 @@ "rust": true, "swift": true } -} +} \ No newline at end of file