From 182a7a600809f18315262cee2554043978932a43 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Wed, 3 Jul 2019 13:32:19 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d52a46..a538055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ [[package]] name = "alma" -version = "0.7.0" +version = "0.8.0" dependencies = [ "byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fa9c70f..3867f58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alma" -version = "0.7.0" +version = "0.8.0" authors = ["Roey Darwish Dror"] edition = "2018"