Eclipse Version Scraping: Quick fix and version bump

This commit is contained in:
Marcel Kapfer (mmk2410) 2017-02-11 01:49:26 +01:00
parent 23c5e83c23
commit cb78d7bc76
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ main(List<String> 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
);

View File

@ -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