diff --git a/Cargo.toml b/Cargo.toml index 1550fc4..a033655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-md" description = "markdown grammar for the tree-sitter parsing library" -version = "0.1.3" +version = "0.1.4" keywords = ["incremental", "parsing", "markdown"] categories = ["parsing", "text-editors"] repository = "https://github.com/MDeiml/tree-sitter-markdown" diff --git a/package.json b/package.json index dca7d12..fcdf62f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-markdown", - "version": "0.1.3", + "version": "0.1.4", "description": "Markdown grammar for tree-sitter", "main": "bindings/node", "keywords": [