From d58dcc3f87fc3c55b28722cab24a6956a8164d45 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Wed, 27 Mar 2019 03:08:19 -0500 Subject: [PATCH] Version bumped to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19bffb1..73fd8fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,7 +188,7 @@ dependencies = [ [[package]] name = "upcheck" -version = "0.1.0" +version = "0.1.1" dependencies = [ "notify-rust 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index fc2d5ca..49bd8a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "upcheck" -version = "0.1.0" +version = "0.1.1" authors = ["Eduard Toloza "] edition = "2018"