From 089315f9bb186dfcda6a7791385c52c067282981 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Thu, 9 Feb 2023 22:25:42 -0700 Subject: [PATCH] v0.29.1 (fixes #713) --- Cargo.lock | 2 +- Cargo.toml | 2 +- templates/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92cab5d..2b5dccc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.29.0" +version = "0.29.1" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index d88902e..5a41dc8 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.29.0" +version = "0.29.1" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021" diff --git a/templates/base.html b/templates/base.html index 387aebb..90b3f37 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,7 +37,7 @@ {% block search %}{% endblock %}