Fix version number

This commit is contained in:
spikecodes 2021-01-16 17:45:45 -08:00
parent 471d181284
commit 4c89d31948
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -982,7 +982,7 @@ checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
[[package]]
name = "libreddit"
version = "0.2.7"
version = "0.2.8"
dependencies = [
"actix-web",
"askama",

View File

@ -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.2.7"
version = "0.2.8"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"