diff --git a/Cargo.toml b/Cargo.toml index f5f0d9c..ff21827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ include = [ ] # Keep in sync with package.json -version = "5.6.1" +version = "5.6.2" [lib] path = "bindings/rust/lib.rs" diff --git a/docs/js/tree-sitter-elm.wasm b/docs/js/tree-sitter-elm.wasm index b31bbc2..3825bfe 100755 Binary files a/docs/js/tree-sitter-elm.wasm and b/docs/js/tree-sitter-elm.wasm differ diff --git a/package.json b/package.json index 69c44f9..ca3f645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elm-tooling/tree-sitter-elm", - "version": "5.6.1", + "version": "5.6.2", "description": "Tree sitter definitions for elm", "main": "bindings/node", "publishConfig": {