diff --git a/Cargo.toml b/Cargo.toml index a033655..f36bd65 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.4" +version = "0.1.5" 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 fcdf62f..76d6487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-markdown", - "version": "0.1.4", + "version": "0.1.5", "description": "Markdown grammar for tree-sitter", "main": "bindings/node", "keywords": [