diff --git a/Cargo.lock b/Cargo.lock index bbe511f0..c13deb13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,7 +841,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.17.3" +version = "0.18.0" dependencies = [ "ansi_term", "atty", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7a5639b6..47becc3d 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.17.3" +version = "0.18.0" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index 4c6dfe90..85cf5da6 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.17.3", + "version": "0.18.0", "author": "Max Brunsfeld", "license": "MIT", "repository": {