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"