diff --git a/Cargo.lock b/Cargo.lock index 912e97f..b8971f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1299,7 +1299,7 @@ dependencies = [ [[package]] name = "immich-tools" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bon", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 60c5e21..2f7bdf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "immich-tools" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" description = "Small command-line utilities to work with an Immich server"