From 179b24fc512c310660da9f3d84c752f488a44d6c Mon Sep 17 00:00:00 2001 From: SilverWingedSeraph Date: Tue, 21 Feb 2017 12:46:02 -0600 Subject: [PATCH] Version bump for v0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd2e2e2..550d662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "rloris" -version = "0.3.1" +version = "0.4.0" dependencies = [ "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 49851c3..bb66d40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rloris" -version = "0.3.1" +version = "0.4.0" authors = ["SilverWingedSeraph "] [dependencies]