diff --git a/Cargo.lock b/Cargo.lock index de060e976..170adb18d 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index ace5381d5..19443ddc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.25.9" +version = "0.25.10" authors = [ "Max Brunsfeld ", "Amaan Qureshi ", @@ -156,9 +156,9 @@ walkdir = "2.5.0" wasmparser = "0.224.0" webbrowser = "1.0.3" -tree-sitter = { version = "0.25.9", path = "./lib" } -tree-sitter-generate = { version = "0.25.9", path = "./cli/generate" } -tree-sitter-loader = { version = "0.25.9", path = "./cli/loader" } -tree-sitter-config = { version = "0.25.9", path = "./cli/config" } -tree-sitter-highlight = { version = "0.25.9", path = "./highlight" } -tree-sitter-tags = { version = "0.25.9", path = "./tags" } +tree-sitter = { version = "0.25.10", path = "./lib" } +tree-sitter-generate = { version = "0.25.10", path = "./cli/generate" } +tree-sitter-loader = { version = "0.25.10", path = "./cli/loader" } +tree-sitter-config = { version = "0.25.10", path = "./cli/config" } +tree-sitter-highlight = { version = "0.25.10", path = "./highlight" } +tree-sitter-tags = { version = "0.25.10", path = "./tags" } diff --git a/Makefile b/Makefile index 25ddbdaf1..b0cd1b018 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.25.9 +VERSION := 0.25.10 DESCRIPTION := An incremental parsing system for programming tools HOMEPAGE_URL := https://tree-sitter.github.io/tree-sitter/ diff --git a/cli/npm/package.json b/cli/npm/package.json index 5e4af444b..1c3443294 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.25.9", + "version": "0.25.10", "author": { "name": "Max Brunsfeld", "email": "maxbrunsfeld@gmail.com" diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index dc9efa828..191f5b2f7 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter - VERSION "0.25.9" + VERSION "0.25.10" DESCRIPTION "An incremental parsing system for programming tools" HOMEPAGE_URL "https://tree-sitter.github.io/tree-sitter/" LANGUAGES C) diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index 78c4abbae..8619c9568 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.25.9", + "version": "0.25.10", "description": "Tree-sitter bindings for the web", "repository": { "type": "git",