Skip to content

Commit a3d3387

Browse files
committed
0.22.3
1 parent 3b8bfae commit a3d3387

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.package]
15-
version = "0.22.2"
15+
version = "0.22.3"
1616
authors = ["Max Brunsfeld <[email protected]>"]
1717
edition = "2021"
1818
rust-version = "1.74.1"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.22.2
1+
VERSION := 0.22.3
22

33
# install directory layout
44
PREFIX ?= /usr/local

cli/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-cli",
3-
"version": "0.22.2",
3+
"version": "0.22.3",
44
"author": "Max Brunsfeld",
55
"license": "MIT",
66
"repository": {

lib/binding_web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-tree-sitter",
3-
"version": "0.22.2",
3+
"version": "0.22.3",
44
"description": "Tree-sitter bindings for the web",
55
"main": "tree-sitter.js",
66
"types": "tree-sitter-web.d.ts",

0 commit comments

Comments
 (0)