From a8b7e989f6fda608308b1b16a9d912e635c17f3c Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Fri, 30 Nov 2018 21:18:43 +0200 Subject: [PATCH] 2.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a18e752..ac9056b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "shotgun" -version = "2.0.0" +version = "2.0.1" dependencies = [ "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 50c8bb0..b3559e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shotgun" description = "Minimal X screenshot utility" -version = "2.0.0" +version = "2.0.1" authors = ["Dan Elkouby "] license = "MPL-2.0" repository = "https://github.com/neXromancers/shotgun"