From 714bfd47a744ab44b904375c177a24c0614ef49c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sun, 23 Jan 2022 10:46:04 -0800 Subject: [PATCH] 0.20.4 --- 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 c159f617..20ac1f7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.20.3" +version = "0.20.4" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9e7335cf..0c6f0a89 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.3" +version = "0.20.4" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index 4e53bbde..dc321cd7 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.20.3", + "version": "0.20.4", "author": "Max Brunsfeld", "license": "MIT", "repository": {