From f51026dff17b19b0388e7a5d7ef598571ec6711f Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 11 Feb 2021 14:59:17 -0800 Subject: [PATCH] 0.18.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 c13deb13..c86fed47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,7 +841,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.18.0" +version = "0.18.1" dependencies = [ "ansi_term", "atty", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b3029c6a..307102e4 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.0" +version = "0.18.1" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index 85cf5da6..40b73e61 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.18.0", + "version": "0.18.1", "author": "Max Brunsfeld", "license": "MIT", "repository": {