This commit is contained in:
Max Brunsfeld 2025-02-17 18:54:23 -08:00
parent 64665ec462
commit 6e0618704a
7 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(tree-sitter
VERSION "0.25.1"
VERSION "0.25.2"
DESCRIPTION "An incremental parsing system for programming tools"
HOMEPAGE_URL "https://tree-sitter.github.io/tree-sitter/"
LANGUAGES C)

View file

@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.25.1",
"version": "0.25.2",
"description": "Tree-sitter bindings for the web",
"repository": "https://github.com/tree-sitter/tree-sitter",
"homepage": "https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web",