diff --git a/Cargo.lock b/Cargo.lock index 96f3e1440..2a930d97c 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 7c49127f9..d0aa811d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.22.4" +version = "0.22.5" authors = ["Max Brunsfeld "] edition = "2021" rust-version = "1.74.1" diff --git a/Makefile b/Makefile index 2eae62cfd..91df7b43d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.22.4 +VERSION := 0.22.5 # install directory layout PREFIX ?= /usr/local diff --git a/cli/npm/package.json b/cli/npm/package.json index fa09e209d..8513ff890 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.22.4", + "version": "0.22.5", "author": "Max Brunsfeld", "license": "MIT", "repository": { diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index 940e464e5..1143361a7 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.22.4", + "version": "0.22.5", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",