diff --git a/Cargo.lock b/Cargo.lock index ca994cd..ded0189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1054,7 +1054,7 @@ checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" [[package]] name = "libreddit" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 6b3e1eb..32aea09 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.1.1" +version = "0.1.2" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018"