From a80b8a82749db688d4b8453f6a4deb47b5c8242c Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Sun, 24 Mar 2024 22:01:34 +0100 Subject: [PATCH] bump versions --- article_scraper/Cargo.toml | 2 +- article_scraper/ftr-site-config | 2 +- article_scraper_cli/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/article_scraper/Cargo.toml b/article_scraper/Cargo.toml index 9603c6b..8d92a79 100644 --- a/article_scraper/Cargo.toml +++ b/article_scraper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper" -version = "2.0.0" +version = "2.1.0" authors = ["Jan Lukas Gernert "] edition = "2018" license = "GPL-3.0-or-later" diff --git a/article_scraper/ftr-site-config b/article_scraper/ftr-site-config index 1e23fc8..737398e 160000 --- a/article_scraper/ftr-site-config +++ b/article_scraper/ftr-site-config @@ -1 +1 @@ -Subproject commit 1e23fc8a040627eddb6abcdf3803d8186ba67124 +Subproject commit 737398ef6b121db2d72042b5406a95dfd497113f diff --git a/article_scraper_cli/Cargo.toml b/article_scraper_cli/Cargo.toml index 7c24fd2..b91abc5 100644 --- a/article_scraper_cli/Cargo.toml +++ b/article_scraper_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper_cli" -version = "2.0.0-alpha.0" +version = "2.1.0" authors = ["Jan Lukas Gernert "] edition = "2018" license = "GPL-3.0-or-later"