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"