From a05106fecfc36e7e357d6c7598b7e78a29c95149 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Thu, 8 Jun 2023 10:36:38 +0200 Subject: [PATCH] Bump the version to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"