From 9976eb9123fc8c09094fa5730019b3ed0ebeaf95 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Wed, 20 May 2020 16:34:38 +0200 Subject: [PATCH] (cargo-release) start next development iteration 1.1.1-alpha.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0f1101..dc5d416 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper" -version = "1.1.0" +version = "1.1.1-alpha.0" authors = ["Jan Lukas Gernert "] edition = "2018" license = "GPL-3.0-or-later" @@ -19,4 +19,4 @@ chrono = "0.4" htmlescape = "0.3" base64 = "0.12" image = "0.23" -log = "0.4" \ No newline at end of file +log = "0.4"