diff --git a/Cargo.lock b/Cargo.lock index e263b06..c10f9c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,7 +582,7 @@ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" [[package]] name = "libreddit" -version = "0.22.9" +version = "0.23.0" dependencies = [ "askama", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 0fe033c..c272f3c 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.22.9" +version = "0.23.0" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021"