From 5f1bb20c492f9367b78f2f50c0099505e4c4f440 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 1 Mar 2021 12:18:38 -0800 Subject: [PATCH] 0.19.0 --- 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 b37f9541..b402a2b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.18.2" +version = "0.19.0" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8a46855e..ddc5fc5a 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.18.2" +version = "0.19.0" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index 433f9192..b1365659 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.18.2", + "version": "0.19.0", "author": "Max Brunsfeld", "license": "MIT", "repository": {