Skip to content

Commit db3f162

Browse files
committed
0.24.1
1 parent c2e9fad commit db3f162

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
project(tree-sitter-ocaml
4-
VERSION "0.24.0"
4+
VERSION "0.24.1"
55
DESCRIPTION "OCaml grammar for tree-sitter"
66
HOMEPAGE_URL "https://github.com/tree-sitter/tree-sitter-ocaml"
77
LANGUAGES C)

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-ocaml"
33
description = "OCaml grammar for tree-sitter"
4-
version = "0.24.0"
4+
version = "0.24.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
@@ -1,5 +1,5 @@
11
LANGUAGE_NAME := tree-sitter-$(PARSER_NAME)
2-
VERSION := 0.24.0
2+
VERSION := 0.24.1
33

44
# repository
55
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.24.0",
3+
"version": "0.24.1",
44
"description": "OCaml grammar for tree-sitter",
55
"repository": "https://github.com/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.24.0"
8+
version = "0.24.1"
99
keywords = ["incremental", "parsing", "tree-sitter", "ocaml"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
],
5050
"metadata": {
51-
"version": "0.24.0",
51+
"version": "0.24.1",
5252
"license": "MIT",
5353
"description": "OCaml grammar for tree-sitter",
5454
"links": {

0 commit comments

Comments
 (0)