From 0ff92cbfe33e9c6b9bdfcc94773eb6d1c6e8d0ca Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Tue, 3 Jan 2023 11:21:27 -0700 Subject: [PATCH] v0.27.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3865f1..1900bf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,7 +659,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.26.0" +version = "0.27.0" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 3554806..40b3577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libreddit" description = " Alternative private front-end to Reddit" license = "AGPL-3.0" repository = "https://github.com/spikecodes/libreddit" -version = "0.26.0" +version = "0.27.0" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021"