From 3bd3457659fe03befb8d24aa67cd2d969cfbcefd Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 17 Jul 2019 15:18:54 -0700 Subject: [PATCH] 0.15.6 --- Cargo.lock | Bin 43037 -> 43037 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 f2eeed21296a38d88ceb66d33097383907579e55..8258458bf9879cc8eb3486a81f617d0a56a7b97e 100644 GIT binary patch delta 20 ccmbPxfobjqrVYXojAoM$T8eGfiumjg09gMBO8@`> delta 20 ccmbPxfobjqrVYXojHZ(hT8eGfiumjg09f@1N&o-= diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e99ed2f26..d7aad4d88 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.5" +version = "0.15.6" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index 25f00ec63..a078fa109 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.15.5", + "version": "0.15.6", "author": "Max Brunsfeld", "license": "MIT", "repository": {