From 12341dbbc03075e0b3bdcbf05191efbac78731fe Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 17 Jul 2020 14:23:54 -0700 Subject: [PATCH] 0.16.9 --- Cargo.lock | Bin 44532 -> 44532 bytes cli/Cargo.toml | 2 +- cli/npm/package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdad3b6167467de1b8d0604623fd52dbad1b0b0a..117ac49e6bd0f23cf76704d3a4535655a2e37536 100644 GIT binary patch delta 16 Ycmexzo9WAKrVSIK87((Yj7|;$080=D%m4rY delta 16 Ycmexzo9WAKrVSIK87($Xj7|;$080u7%K!iX diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0d85952f5..52a2ed6b9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-cli" description = "CLI tool for developing, testing, and using Tree-sitter parsers" -version = "0.16.8" +version = "0.16.9" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index 738c5622d..01afe1075 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.16.8", + "version": "0.16.9", "author": "Max Brunsfeld", "license": "MIT", "repository": {