From 2fc0d2ea8b522e47278fe02713cc546f62895c5c Mon Sep 17 00:00:00 2001 From: novenary Date: Sat, 10 Jul 2021 19:42:54 +0300 Subject: [PATCH] --- Cargo.lock | 4 +++- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01cecb0..1ecf237 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "adler32" version = "1.0.4" @@ -154,7 +156,7 @@ dependencies = [ [[package]] name = "shotgun" -version = "2.2.0" +version = "2.2.1" dependencies = [ "getopts", "image", diff --git a/Cargo.toml b/Cargo.toml index 9637c09..ba68ac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "shotgun" description = "Minimal X screenshot utility" -version = "2.2.0" -authors = ["Dan Elkouby "] +version = "2.2.1" +authors = ["novenary "] license = "MPL-2.0" repository = "https://github.com/neXromancers/shotgun" build = "build.rs"