chore: Bump version to 0.1.0

This commit is contained in:
2025-11-26 22:20:34 +01:00
parent 4d61f91e06
commit b746fcec44
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "tree-sitter-stonescript",
"version": "0.0.1",
"version": "0.1.0",
"description": "StoneScript grammar for tree-sitter",
"main": "bindings/node",
"types": "bindings/node",