From c3fc8c26df7ebea697b010fdcee6943dca46b9b2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 5 Feb 2019 12:16:27 -0800 Subject: [PATCH] 0.14.0 --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- cli/npm/package-lock.json | 2 +- cli/npm/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48392d21..f76fd6b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,7 +572,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.14.0-beta4" +version = "0.14.0" 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 51dcac55..4ad535ed 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tree-sitter-cli" -version = "0.14.0-beta4" +version = "0.14.0" authors = ["Max Brunsfeld "] edition = "2018" diff --git a/cli/npm/package-lock.json b/cli/npm/package-lock.json index fa5b766f..f9b52e9a 100644 --- a/cli/npm/package-lock.json +++ b/cli/npm/package-lock.json @@ -1,5 +1,5 @@ { "name": "tree-sitter-cli", - "version": "0.14.0-beta4", + "version": "0.14.0", "lockfileVersion": 1 } diff --git a/cli/npm/package.json b/cli/npm/package.json index 5dec57d7..b606dc62 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.14.0-beta4", + "version": "0.14.0", "author": "Max Brunsfeld", "license": "MIT", "repository": {