From 2a987be160c7caae56809609b91e539465c4e474 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 6 Jan 2019 16:37:17 +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 6bdf691..46c68af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [[package]] name = "alma" -version = "0.4.0" +version = "0.5.0" dependencies = [ "failure 0.1.5 (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 bae309d..1494288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alma" -version = "0.4.0" +version = "0.5.0" authors = ["Roey Darwish Dror"] edition = "2018"