Skip to content

Commit

Permalink
v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
314eter committed Mar 17, 2024
1 parent 975d019 commit dabe60a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-ocaml"
description = "OCaml grammar for the tree-sitter parsing library"
version = "0.21.1"
version = "0.21.2"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-ocaml",
"version": "0.21.1",
"version": "0.21.2",
"description": "OCaml grammar for tree-sitter",
"keywords": [
"parser",
Expand All @@ -12,7 +12,7 @@
"nan": "^2.19.0"
},
"devDependencies": {
"tree-sitter-cli": ">=0.21.0"
"tree-sitter-cli": "^0.21.0"
},
"scripts": {
"build": "npm run build-ocaml && npm run build-interface",
Expand Down

0 comments on commit dabe60a

Please sign in to comment.