From 4f7598c81fe6fbe1fc9179b879992845f5ea129d Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 4 Dec 2018 13:57:49 +0200 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 0b406a7..6a9514c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [[package]] name = "alma" -version = "0.3.0" +version = "0.4.0" dependencies = [ "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c55992b..726e693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alma" -version = "0.3.0" +version = "0.4.0" authors = ["Roey Darwish Dror"] [dependencies]