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