diff --git a/Cargo.lock b/Cargo.lock index e179d384..05f55613 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1275,7 +1275,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.20.9" +version = "0.21.0" dependencies = [ "ansi_term", "anstyle", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index aca2e5f5..80f58145 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.9" +version = "0.21.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/cli/npm/package.json b/cli/npm/package.json index 51c7e778..873b7068 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.20.9", + "version": "0.21.0", "author": "Max Brunsfeld", "license": "MIT", "repository": {