From 6e04daa8460b93f403b9919b5ceed7cc795b0038 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 22 Nov 2018 11:47:33 +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 e4a08bb..bba7bf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [[package]] name = "alma" -version = "0.1.0" +version = "0.3.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 2fcd8dd..cfc3749 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alma" -version = "0.1.0" +version = "0.3.0" authors = ["Roey Darwish Dror"] [dependencies]