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.
|
/// Send mail using the mail command.
|
||||||
await Process.run(
|
await Process.run(
|
||||||
"mail",
|
"mail",
|
||||||
["-s", "\"New Eclipse Version: $version\"", recipient],
|
["-s", "New Eclipse Version: $version", recipient],
|
||||||
runInShell: true
|
runInShell: true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: eclipse_version_scraping
|
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.
|
description: Scrape the number of the latest version from the eclipse.org page.
|
||||||
dependencies:
|
dependencies:
|
||||||
html: ^0.13.1
|
html: ^0.13.1
|
||||||
|
|
Loading…
Reference in a new issue