chore: release 0.2.0

This commit is contained in:
Uy Ha 2023-02-05 17:55:52 +01:00
parent a32265307a
commit 399605a02b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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