From 564c5e39b66a6d9406852e823262872c5ace6cec Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 16 Jan 2019 12:42:02 -0800 Subject: [PATCH] 0.14.0-beta1 --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- cli/npm/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 464cd050..09bc9ea0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,7 +771,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.1.0" +version = "0.14.0-beta1" 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 b6226917..e1c83583 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tree-sitter-cli" -version = "0.1.0" +version = "0.14.0-beta1" authors = ["Max Brunsfeld "] edition = "2018" diff --git a/cli/npm/package.json b/cli/npm/package.json index e459b551..de64c70f 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.14.0-beta0", + "version": "0.14.0-beta1", "author": "Max Brunsfeld", "license": "MIT", "repository": {