summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brunsfeld <maxbrunsfeld@gmail.com>2021-05-20 15:02:46 -0700
committerMax Brunsfeld <maxbrunsfeld@gmail.com>2021-05-20 15:02:46 -0700
commit8d8690538ef0029885c7ef1f163b0e32f256a5aa (patch)
treecf31bee2f1358834f951c1ecb7255babcf414732
parent9d0eedc01f2a38feafee506f4b9ea6bb0562cb2f (diff)
0.19.5v0.19.5
-rw-r--r--Cargo.lock2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/npm/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 06eaabb7..f735619c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -644,7 +644,7 @@ dependencies = [
[[package]]
name = "tree-sitter-cli"
-version = "0.19.4"
+version = "0.19.5"
dependencies = [
"ansi_term 0.12.1",
"atty",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a1884d2c..693ac817 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.19.4"
+version = "0.19.5"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2018"
license = "MIT"
diff --git a/cli/npm/package.json b/cli/npm/package.json
index 1d0fe136..2c5e364a 100644
--- a/cli/npm/package.json
+++ b/cli/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
- "version": "0.19.4",
+ "version": "0.19.5",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {