This commit is contained in:
Matthew Esposito 2024-05-29 20:49:29 -04:00
parent 045a8852ec
commit 96a7e155c5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1032,7 +1032,7 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
[[package]] [[package]]
name = "redlib" name = "redlib"
version = "0.33.2" version = "0.33.3"
dependencies = [ dependencies = [
"askama", "askama",
"base64", "base64",

View File

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