From cb78d7bc766946ce1d7713956960a99aa5d630c6 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Sat, 11 Feb 2017 01:49:26 +0100 Subject: [PATCH] Eclipse Version Scraping: Quick fix and version bump --- eclipse-version-scraping/bin/main.dart | 2 +- eclipse-version-scraping/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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