diff --git a/Cargo.lock b/Cargo.lock index 714e871..2636ef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ dependencies = [ [[package]] name = "dynamic_wallpaper" -version = "0.1.1" +version = "0.1.2" dependencies = [ "dirs", "jiff", diff --git a/Cargo.toml b/Cargo.toml index 7bfaa3e..8d358b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dynamic_wallpaper" -version = "0.1.1" +version = "0.1.2" authors = ["Matthew Klein "] description = "Get the wallpaper image index to use based on the position of the sun" edition = "2021"