From 07e49c4c59ff6c9f71fb896c15b49d47c40f0a1f Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 7 Jun 2019 09:15:38 -0700 Subject: [PATCH] 0.15.3 --- 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 81edee3c..e2e8a111 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.15.2" +version = "0.15.3" 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 c87e8e90..53e9ba5f 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.15.2" +version = "0.15.3" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index ceb700a1..99fedeb4 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.15.2", + "version": "0.15.3", "author": "Max Brunsfeld", "license": "MIT", "repository": {