From c86451018040ed8d592244c446427f247a7c7f35 Mon Sep 17 00:00:00 2001 From: novenary Date: Tue, 13 Jun 2023 18:57:14 +0300 Subject: [PATCH] chore: Release shotgun version 2.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b06afa..deaa3a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "shotgun" -version = "2.4.0" +version = "2.5.0" dependencies = [ "getopts", "image", diff --git a/Cargo.toml b/Cargo.toml index e307884..a2d1cc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shotgun" description = "Minimal X screenshot utility" -version = "2.4.0" +version = "2.5.0" authors = ["novenary "] license = "MPL-2.0" repository = "https://github.com/neXromancers/shotgun"