From cb43d91b64d3b7bc06e3ecfeab1e6f486efb4f52 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 11 Apr 2023 19:41:59 +0200 Subject: [PATCH] Bump the version to 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"