diff --git a/Cargo.lock b/Cargo.lock index 20665e51..85272c67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -724,7 +724,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.20.4" +version = "0.20.5" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 09ad257c..3fdf5189 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.4" +version = "0.20.5" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index dc321cd7..b6ef46f8 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.20.4", + "version": "0.20.5", "author": "Max Brunsfeld", "license": "MIT", "repository": {