From 5f84d12774dec52612f6cda60ea6e562778cd186 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Wed, 27 Dec 2023 00:11:24 -0500 Subject: [PATCH] 0.30.2 (update config handling + test GH release) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cb655e..5d0e75b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,7 +1058,7 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" [[package]] name = "redlib" -version = "0.30.1" +version = "0.30.2" dependencies = [ "askama", "base64", diff --git a/Cargo.toml b/Cargo.toml index 8e8f0d2..f743531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "redlib" description = " Alternative private front-end to Reddit" license = "AGPL-3.0" repository = "https://github.com/redlib-org/redlib" -version = "0.30.1" +version = "0.30.2" authors = ["Matthew Esposito "] edition = "2021"