From 5080de496a87fc2b9609af80e3d893a04e2b868c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 24 Sep 2020 15:08:19 -0700 Subject: [PATCH] 0.17.1 --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- cli/npm/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcd9421f..69317824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -740,7 +740,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.17.0" +version = "0.17.1" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bd065b71..bcc7b42d 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.17.0" +version = "0.17.1" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index 8ad062d8..42f75c98 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.17.0", + "version": "0.17.1", "author": "Max Brunsfeld", "license": "MIT", "repository": {