This commit is contained in:
Will Lillis 2025-07-12 14:23:00 -04:00 committed by Christian Clason
parent 94b55bfcdc
commit c15938532d
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.6"
VERSION "0.25.7"
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.6",
"version": "0.25.7",
"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",