From a7983e873d436729ae839f117b4de96e166e8deb Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Fri, 23 Jun 2023 21:17:19 +0200 Subject: [PATCH] (cargo-release) version 2.0.0 --- article_scraper/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/article_scraper/Cargo.toml b/article_scraper/Cargo.toml index 6942399..1e1573b 100644 --- a/article_scraper/Cargo.toml +++ b/article_scraper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper" -version = "2.0.0-alpha.0" +version = "2.0.0" authors = ["Jan Lukas Gernert "] edition = "2018" license = "GPL-3.0-or-later" @@ -27,4 +27,4 @@ escaper = "0.1" futures = "0.3" [dev-dependencies] -env_logger = "0.10" \ No newline at end of file +env_logger = "0.10"