0.14.0-beta1

This commit is contained in:
Max Brunsfeld 2019-01-16 12:42:02 -08:00
parent e7bb57550b
commit 564c5e39b6
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -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)",

View file

@ -1,6 +1,6 @@
[package]
name = "tree-sitter-cli"
version = "0.1.0"
version = "0.14.0-beta1"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2018"

View file

@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
"version": "0.14.0-beta0",
"version": "0.14.0-beta1",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {