From b1ad55909d1539bfbf6ae66407e33250770f0a88 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 13 Mar 2023 12:22:10 -0700 Subject: [PATCH] 0.20.8 --- 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 40b4afab..4a844dc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.20.7" +version = "0.20.8" dependencies = [ "ansi_term", "anyhow", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 77cf52e4..ad21f0e7 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.20.7" +version = "0.20.8" authors = ["Max Brunsfeld "] edition = "2021" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index dfa53ab4..02309193 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.20.7", + "version": "0.20.8", "author": "Max Brunsfeld", "license": "MIT", "repository": {