From 7c9a512a34448589d84953a9a02c3a6e6d97d583 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Sat, 23 May 2020 14:15:43 +0200 Subject: [PATCH] (cargo-release) start next development iteration 1.1.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19321f6..42cc9df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper" -version = "1.1.1" +version = "1.1.2-alpha.0" authors = ["Jan Lukas Gernert "] edition = "2018" license = "GPL-3.0-or-later"