diff --git a/eclipse-version-scraping/bin/main.dart b/eclipse-version-scraping/bin/main.dart index 4ab2b4b..2b9ddeb 100644 --- a/eclipse-version-scraping/bin/main.dart +++ b/eclipse-version-scraping/bin/main.dart @@ -81,7 +81,7 @@ main(List args) async { /// Send mail using the mail command. await Process.run( "mail", - ["-s", "\"New Eclipse Version: $version\"", recipient], + ["-s", "New Eclipse Version: $version", recipient], runInShell: true ); diff --git a/eclipse-version-scraping/pubspec.yaml b/eclipse-version-scraping/pubspec.yaml index caaa9d6..81c6676 100644 --- a/eclipse-version-scraping/pubspec.yaml +++ b/eclipse-version-scraping/pubspec.yaml @@ -1,5 +1,5 @@ name: eclipse_version_scraping -version: 0.0.1 +version: 0.1.1 description: Scrape the number of the latest version from the eclipse.org page. dependencies: html: ^0.13.1