diff --git a/Cargo.lock b/Cargo.lock index 116da945..1d86a35e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.20.0" +version = "0.20.1" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2a0d4927..8dde1094 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.0" +version = "0.20.1" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index cb0f30f7..8e46f41e 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.20.0", + "version": "0.20.1", "author": "Max Brunsfeld", "license": "MIT", "repository": {