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"