This commit is contained in:
Max Brunsfeld 2020-05-14 10:52:21 -07:00
parent 9d182bb078
commit 97018168d3
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-cli"
description = "CLI tool for developing, testing, and using Tree-sitter parsers"
version = "0.16.6"
version = "0.16.7"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2018"
license = "MIT"

View file

@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
"version": "0.16.6",
"version": "0.16.7",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {