diff --git a/api/Cargo.lock b/api/Cargo.lock index 6aa0157c..6fce415d 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -1503,7 +1503,7 @@ dependencies = [ [[package]] name = "hoarder" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "application", diff --git a/api/Cargo.toml b/api/Cargo.toml index 52b9336f..d34e2cf5 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoarder" -version = "0.1.0" +version = "0.1.1" authors.workspace = true edition.workspace = true license.workspace = true