From a4992f55bfe64b55fd58664734ad6b547fd8ba54 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Thu, 21 Jan 2021 08:54:46 +0100 Subject: [PATCH] (cargo-release) start next development iteration 1.1.8-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48c6569..1b6ffb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper" -version = "1.1.7" +version = "1.1.8-alpha.0" authors = ["Jan Lukas Gernert "] edition = "2018" license = "GPL-3.0-or-later"