From 36bf6aa414e05413005fb5412f764efeaa70191e Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Fri, 15 May 2020 23:12:02 -0700 Subject: [PATCH] Bump version to 3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ac62c1..ec68c86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "tre" -version = "0.2.3" +version = "0.3.0" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2f4eaae..32c7a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tre" -version = "0.2.3" +version = "0.3.0" authors = ["Daniel Duan "] edition = "2018" license = "MIT"