diff --git a/Cargo.lock b/Cargo.lock index 4be8b5625..e65d81dd6 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 0efdcaf3c..3be44012b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.24.0" +version = "0.24.1" authors = ["Max Brunsfeld "] edition = "2021" rust-version = "1.74.1" diff --git a/Makefile b/Makefile index 763a0909e..aafbf20bf 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.24.0 +VERSION := 0.24.1 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 53a5c014d..dd1887714 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tree-sitter", - .version = "0.24.0", + .version = "0.24.1", .paths = .{ "build.zig", "build.zig.zon", diff --git a/cli/npm/package.json b/cli/npm/package.json index 02c67b3d5..527885143 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.24.0", + "version": "0.24.1", "author": "Max Brunsfeld", "license": "MIT", "repository": { diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index b2aa0def1..7d465419e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter - VERSION "0.24.0" + VERSION "0.24.1" 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 a0c731a10..04c00b150 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.24.0", + "version": "0.24.1", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",