Eclipse Version Scraping: Quick fix and version bump
This commit is contained in:
parent
23c5e83c23
commit
cb78d7bc76
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue