bump version
This commit is contained in:
parent
3a9eda480a
commit
aa4ae137ff
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -420,7 +420,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "random-image"
|
name = "random-image"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"globwalk",
|
"globwalk",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "random-image"
|
name = "random-image"
|
||||||
authors = ["Penelope Gwen <support@pogmom.me>"]
|
authors = ["Penelope Gwen <support@pogmom.me>"]
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Finds a random image file in a directory and converts it into a sized square"
|
description = "Finds a random image file in a directory and converts it into a sized square"
|
||||||
license-file = "license.md"
|
license-file = "license.md"
|
||||||
|
|
Loading…
Add table
Reference in a new issue