From 8c0bfd766ad4c12c1863dac6aad9b4815b74419c Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 27 May 2022 22:52:29 +0200 Subject: [PATCH] Bump the version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa3d428..c28b3ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1589,7 +1589,7 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" [[package]] name = "podbringer" -version = "0.1.0" +version = "0.2.0" dependencies = [ "cached", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7949ce1..bcf8d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "podbringer" -version = "0.1.0" +version = "0.2.0" authors = ["Paul van Tilburg "] edition = "2021" description = "Web service that provides podcasts for services that don't offer them (anymore)"