diff --git a/Cargo.lock b/Cargo.lock index 4f5263f74..74ab59a92 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cd2e44e08..b06f5c9db 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.14.4" +version = "0.14.5" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package-lock.json b/cli/npm/package-lock.json index 65076390f..06ff40b3f 100644 --- a/cli/npm/package-lock.json +++ b/cli/npm/package-lock.json @@ -1,5 +1,5 @@ { "name": "tree-sitter-cli", - "version": "0.14.4", + "version": "0.14.5", "lockfileVersion": 1 } diff --git a/cli/npm/package.json b/cli/npm/package.json index e463d6f4b..862d89dd2 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.14.4", + "version": "0.14.5", "author": "Max Brunsfeld", "license": "MIT", "repository": { diff --git a/script/version b/script/version index e46898f72..c2bbeed35 100755 --- a/script/version +++ b/script/version @@ -24,7 +24,7 @@ const arg = process.argv[2]; if (!arg) { console.log([ - `Usage: script/version major |minor | patch | `, + `Usage: script/version major | minor | patch | `, '', 'Update the CLI version by the given increment or to the given', 'version number, creating a commit and tag for the new version.',