From 73ab4b8e9522f014a67f87f585e820d36fa47408 Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Tue, 15 Aug 2023 15:07:39 +0000 Subject: [PATCH] chore(release): v0.4.1 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d0a7b4f..ed4c563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-cmake" description = "cmake grammar for the tree-sitter parsing library" -version = "0.4.0" +version = "0.4.1" keywords = ["incremental", "parsing", "cmake"] categories = ["parsing", "text-editors"] repository = "https://github.com/uyha/tree-sitter-cmake" diff --git a/package.json b/package.json index bd14512..a7d6dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cmake", - "version": "0.4.0", + "version": "0.4.1", "description": "CMake grammar for tree-sitter", "main": "bindings/node", "author": "Uy Ha",