diff --git a/Cargo.lock b/Cargo.lock index d84560f..8d47149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1495,7 +1495,7 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "podbringer" -version = "0.4.1" +version = "0.5.0" dependencies = [ "async-trait", "cached", diff --git a/Cargo.toml b/Cargo.toml index 9ecae55..359bd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "podbringer" -version = "0.4.1" +version = "0.5.0" authors = ["Paul van Tilburg "] edition = "2021" description = "Web service that provides podcasts for services that don't offer them (anymore)"