feat: bump version to 0.25

This commit is contained in:
Amaan Qureshi 2024-10-05 20:20:42 -04:00
parent 34fa7a0c64
commit cf8ed78a9a
7 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(tree-sitter
VERSION "0.24.1"
VERSION "0.25.0"
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.24.1",
"version": "0.25.0",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",