Skip to content

Commit 5f7a97e

Browse files
committed
v0.23.1
1 parent 78b92ed commit 5f7a97e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-ocaml"
33
description = "OCaml grammar for tree-sitter"
4-
version = "0.23.0"
4+
version = "0.23.1"
55
license = "MIT"
66
readme = "bindings/rust/README.md"
77
keywords = ["incremental", "parsing", "tree-sitter", "ocaml"]

common/common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
22
$(error Windows is not supported)
33
endif
44

5-
VERSION := 0.23.0
5+
VERSION := 0.23.1
66

77
# repository
88
SRC_DIR := src

package-lock.json

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

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-ocaml",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "OCaml grammar for tree-sitter",
55
"repository": "github:tree-sitter/tree-sitter-ocaml",
66
"license": "MIT",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-ocaml"
77
description = "OCaml grammar for tree-sitter"
8-
version = "0.23.0"
8+
version = "0.23.1"
99
keywords = ["incremental", "parsing", "tree-sitter", "ocaml"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)