From 66de57731db046b094762984dd0223dbae1383b2 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Sun, 7 Jun 2020 12:40:43 +0200 Subject: [PATCH] (cargo-release) start next development iteration 1.1.4-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e872d2e..8f18f2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper" -version = "1.1.3" +version = "1.1.4-alpha.0" authors = ["Jan Lukas Gernert "] edition = "2018" license = "GPL-3.0-or-later"