diff --git a/Cargo.lock b/Cargo.lock index 1fa6e98c..a28a6889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.15.0" +version = "0.15.1" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 49c4bc44..6fe23291 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.15.0" +version = "0.15.1" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package-lock.json b/cli/npm/package-lock.json index 35a02f0e..ab7209ec 100644 --- a/cli/npm/package-lock.json +++ b/cli/npm/package-lock.json @@ -1,5 +1,5 @@ { "name": "tree-sitter-cli", - "version": "0.15.0", + "version": "0.15.1", "lockfileVersion": 1 } diff --git a/cli/npm/package.json b/cli/npm/package.json index cc96d382..56a34a30 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.15.0", + "version": "0.15.1", "author": "Max Brunsfeld", "license": "MIT", "repository": {