From aa4ae137ff06d805e2691b710cb2c18bd905631e Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 22 Sep 2025 19:13:55 -0700 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04f02e4..da102b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "random-image" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "globwalk", diff --git a/Cargo.toml b/Cargo.toml index bd0ed12..79b9c36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "random-image" authors = ["Penelope Gwen "] -version = "0.1.2" +version = "0.1.3" edition = "2024" description = "Finds a random image file in a directory and converts it into a sized square" license-file = "license.md"