Skip to content

Commit 7ce4c69

Browse files
committed
Bump version to 0.1.7
1 parent cd705f1 commit 7ce4c69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-md"
33
description = "markdown grammar for the tree-sitter parsing library"
4-
version = "0.1.5"
4+
version = "0.1.7"
55
keywords = ["incremental", "parsing", "markdown"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/MDeiml/tree-sitter-markdown"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-markdown",
3-
"version": "0.1.5",
3+
"version": "0.1.7",
44
"description": "Markdown grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)