chore(release): v0.4.1

This commit is contained in:
Uy Ha 2023-08-15 15:07:39 +00:00
parent d748fb2821
commit 73ab4b8e95
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "tree-sitter-cmake" name = "tree-sitter-cmake"
description = "cmake grammar for the tree-sitter parsing library" description = "cmake grammar for the tree-sitter parsing library"
version = "0.4.0" version = "0.4.1"
keywords = ["incremental", "parsing", "cmake"] keywords = ["incremental", "parsing", "cmake"]
categories = ["parsing", "text-editors"] categories = ["parsing", "text-editors"]
repository = "https://github.com/uyha/tree-sitter-cmake" repository = "https://github.com/uyha/tree-sitter-cmake"

View file

@ -1,6 +1,6 @@
{ {
"name": "tree-sitter-cmake", "name": "tree-sitter-cmake",
"version": "0.4.0", "version": "0.4.1",
"description": "CMake grammar for tree-sitter", "description": "CMake grammar for tree-sitter",
"main": "bindings/node", "main": "bindings/node",
"author": "Uy Ha", "author": "Uy Ha",