From 1e64985f1f76f2a705c7faf089aa6373d7a08e0b Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 29 Mar 2019 09:14:13 -0700 Subject: [PATCH] 0.15.0 --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- cli/npm/package-lock.json | 2 +- cli/npm/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 688a2ac4..1fa6e98c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.14.5" +version = "0.15.0" 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 0ce9c75c..49c4bc44 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.14.5" +version = "0.15.0" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package-lock.json b/cli/npm/package-lock.json index 06ff40b3..35a02f0e 100644 --- a/cli/npm/package-lock.json +++ b/cli/npm/package-lock.json @@ -1,5 +1,5 @@ { "name": "tree-sitter-cli", - "version": "0.14.5", + "version": "0.15.0", "lockfileVersion": 1 } diff --git a/cli/npm/package.json b/cli/npm/package.json index 862d89dd..cc96d382 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.14.5", + "version": "0.15.0", "author": "Max Brunsfeld", "license": "MIT", "repository": {