diff --git a/Cargo.lock b/Cargo.lock index b1d353409..fa9176a40 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 7594e80b4..d76ec79da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.23.0" +version = "0.23.1" authors = ["Max Brunsfeld "] edition = "2021" rust-version = "1.74.1" @@ -87,8 +87,8 @@ walkdir = "2.5.0" wasmparser = "0.215.0" webbrowser = "1.0.2" -tree-sitter = { version = "0.23.0", path = "./lib" } -tree-sitter-loader = { version = "0.23.0", path = "./cli/loader" } -tree-sitter-config = { version = "0.23.0", path = "./cli/config" } -tree-sitter-highlight = { version = "0.23.0", path = "./highlight" } -tree-sitter-tags = { version = "0.23.0", path = "./tags" } +tree-sitter = { version = "0.23.1", path = "./lib" } +tree-sitter-loader = { version = "0.23.1", path = "./cli/loader" } +tree-sitter-config = { version = "0.23.1", path = "./cli/config" } +tree-sitter-highlight = { version = "0.23.1", path = "./highlight" } +tree-sitter-tags = { version = "0.23.1", path = "./tags" } diff --git a/Makefile b/Makefile index d5a7a1eb9..892e13047 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.23.0 +VERSION := 0.23.1 # install directory layout PREFIX ?= /usr/local diff --git a/build.zig.zon b/build.zig.zon index 97b4cdb9b..5a00f9cff 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tree-sitter", - .version = "0.23.0", + .version = "0.23.1", .paths = .{ "build.zig", "build.zig.zon", diff --git a/cli/npm/package.json b/cli/npm/package.json index bdab77fcf..d33b43b56 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.23.0", + "version": "0.23.1", "author": "Max Brunsfeld", "license": "MIT", "repository": { diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index 06319dc71..60ef0d4c1 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.23.0", + "version": "0.23.1", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",