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 %}