From a05cfe60feff84ebb3c1b1fe375b32db1e32dd27 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Sun, 12 Feb 2023 03:36:48 -0700 Subject: [PATCH] v0.29.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b5dccc..8675964 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.29.1" +version = "0.29.2" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 5a41dc8..74988a5 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.1" +version = "0.29.2" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021"