Skip to content

Commit

Permalink
0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Apr 12, 2024
1 parent 3b8bfae commit 3a0026e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.22.2"
version = "0.22.3"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2021"
rust-version = "1.74.1"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.22.2
VERSION := 0.22.3

# install directory layout
PREFIX ?= /usr/local
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
"version": "0.22.2",
"version": "0.22.3",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/binding_web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.22.2",
"version": "0.22.3",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",
Expand Down

0 comments on commit 3a0026e

Please sign in to comment.