Skip to content

Commit dabe60a

Browse files
committed
v0.21.2
1 parent 975d019 commit dabe60a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 the tree-sitter parsing library"
4-
version = "0.21.1"
4+
version = "0.21.2"
55
authors = ["Max Brunsfeld <[email protected]>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-ocaml",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "OCaml grammar for tree-sitter",
55
"keywords": [
66
"parser",
@@ -12,7 +12,7 @@
1212
"nan": "^2.19.0"
1313
},
1414
"devDependencies": {
15-
"tree-sitter-cli": ">=0.21.0"
15+
"tree-sitter-cli": "^0.21.0"
1616
},
1717
"scripts": {
1818
"build": "npm run build-ocaml && npm run build-interface",

0 commit comments

Comments
 (0)