From 11c5b04677050188060bfc510857d5566f76eb3b Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 13 Aug 2019 21:44:33 +0300 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a66db6..9e56f21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ [[package]] name = "alma" -version = "0.9.0" +version = "0.10.0" dependencies = [ "byte-unit 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0b5cd97..2f28336 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alma" -version = "0.9.0" +version = "0.10.0" authors = ["Roey Darwish Dror"] edition = "2018"