diff --git a/CREDITS b/CREDITS index 468b8ac7..95298806 100644 --- a/CREDITS +++ b/CREDITS @@ -59,6 +59,7 @@ Nicholas Christopher Nick Lowery Nico NKIPSC <15067635+NKIPSC@users.noreply.github.com> +o69mar <119129086+o69mar@users.noreply.github.com> obeho <71698631+obeho@users.noreply.github.com> obscurity Om G <34579088+OxyMagnesium@users.noreply.github.com> diff --git a/Cargo.lock b/Cargo.lock index 4495730a..04c4d038 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.29.4" +version = "0.30.0" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index ab998ed2..6ee8fe07 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.4" +version = "0.30.0" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021"