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