From c49438248620cbe4a38b0f1018b747bc7f76d81e Mon Sep 17 00:00:00 2001 From: mraware Date: Mon, 4 May 2020 21:59:47 -0500 Subject: [PATCH] version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8357561..b1988c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ dependencies = [ [[package]] name = "img2brs" -version = "0.2.0" +version = "0.3.0" dependencies = [ "brs 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 589a5f4..9d9c283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "img2brs" -version = "0.2.0" +version = "0.3.0" authors = ["mraware14 "] edition = "2018"