From 3138d664d6d4875633b549c9c68024d91dfda71b Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Wed, 6 Jan 2021 09:54:53 +0100 Subject: [PATCH] (cargo-release) start next development iteration 1.1.6-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6a8d20..1541ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper" -version = "1.1.5" +version = "1.1.6-alpha.0" authors = ["Jan Lukas Gernert "] edition = "2018" license = "GPL-3.0-or-later"