From 13f127d0f730b4d2d0c1ffb4561b756ab9502fc6 Mon Sep 17 00:00:00 2001 From: Dovydas Date: Fri, 9 Feb 2024 00:32:06 +0000 Subject: [PATCH] release v0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ba66ef..5b47022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "badpod" readme = "README.md" repository = "https://github.com/rssblue/badpod" -version = "0.7.4" +version = "0.8.0" [dependencies] chrono = "0.4.33"