From 9ee86a9145965478686e530fd2d5a1d1a7a21063 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:58:52 -0800 Subject: [PATCH] Update version to 0.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 574cde9..6b3e1eb 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.0" +version = "0.1.1" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018" @@ -18,4 +18,4 @@ pulldown-cmark = "0.8.0" chrono = "0.4" [build-dependencies] -askama = "0.9" \ No newline at end of file +askama = "0.9"