fix(build): bump version to 0.26.0

After a release, `master` branch should be bumped to the next _minor_ version.
This commit is contained in:
Christian Clason 2025-03-12 10:54:32 +01:00 committed by Christian Clason
parent 12aff698b9
commit 07a1b7fc00
8 changed files with 21 additions and 21 deletions

View file

@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.25.1",
"version": "0.26.0",
"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",