From 5cb36ee15dd9ec3ab143a642dccc39f3efef167d Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Tue, 2 Jan 2024 18:45:19 -0500 Subject: [PATCH] v0.31.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d0e75b..63f16ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,7 +1058,7 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" [[package]] name = "redlib" -version = "0.30.2" +version = "0.31.0" dependencies = [ "askama", "base64", diff --git a/Cargo.toml b/Cargo.toml index 3fbb0c9..584051c 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.2" +version = "0.31.0" authors = [ "Matthew Esposito ", "spikecodes <19519553+spikecodes@users.noreply.github.com>",