This commit is contained in:
Matthew Esposito 2024-01-02 18:45:19 -05:00
parent 5bdcf64237
commit 5cb36ee15d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1058,7 +1058,7 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
[[package]]
name = "redlib"
version = "0.30.2"
version = "0.31.0"
dependencies = [
"askama",
"base64",

View File

@ -3,7 +3,7 @@ name = "redlib"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/redlib-org/redlib"
version = "0.30.2"
version = "0.31.0"
authors = [
"Matthew Esposito <matt+cargo@matthew.science>",
"spikecodes <19519553+spikecodes@users.noreply.github.com>",