diff --git a/Cargo.lock b/Cargo.lock index a6deb5f46..416992426 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index de45d7d23..b85150463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.25.1" +version = "0.25.2" authors = [ "Max Brunsfeld ", "Amaan Qureshi ", diff --git a/Makefile b/Makefile index 0c99eeef7..3e4b640fb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -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/ diff --git a/build.zig.zon b/build.zig.zon index 423ed6ea5..ffe754a57 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tree-sitter", - .version = "0.25.1", + .version = "0.25.2", .paths = .{ "build.zig", "build.zig.zon", diff --git a/cli/npm/package.json b/cli/npm/package.json index 1f76ebb26..3bbd6ae4a 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.25.1", + "version": "0.25.2", "author": { "name": "Max Brunsfeld", "email": "maxbrunsfeld@gmail.com" diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 3e2b94d4c..ee86c2a6b 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.1" + VERSION "0.25.2" 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 d394b2f95..5e3b052a6 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -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",