From 810d10fa264eafbb01df8aa89951da7d0486fbd5 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 18 Mar 2021 10:31:59 -0700 Subject: [PATCH] 0.19.4 --- Cargo.lock | Bin 22303 -> 22303 bytes cli/Cargo.toml | 2 +- cli/npm/package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e66d7bd3c481a0b4f61ef208f023055497384413..be5fca782ce9038986cd8e7b6e9e0f1072438e13 100644 GIT binary patch delta 22 ecmbQgj&c4v#tmB?CfhrRO%CAW-F(BrT?_zg^azju delta 24 gcmbQgj&c4v#tmB?7>y?@x{FQ@;N#tV!@*q)0Cp@0tN;K2 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d5745ba7e..25e427853 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.3" +version = "0.19.4" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index e4db3d1a2..1d0fe1366 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.19.3", + "version": "0.19.4", "author": "Max Brunsfeld", "license": "MIT", "repository": {