Skip to content

Commit 69913d9

Browse files
committed
Bump version
1 parent 342ae58 commit 69913d9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.20
2+
3+
- Fix passing multiple arguments to github action.
4+
Thanks [Manuel](https://github.com/filiph/linkcheck/pull/82)!
5+
16
## 2.0.19
27

38
- Update to latest dependencies

lib/linkcheck.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const hostsFlag = "hosts";
2828
const inputFlag = "input-file";
2929
const redirectFlag = "show-redirects";
3030
const skipFlag = "skip-file";
31-
const version = "2.0.19";
31+
const version = "2.0.20";
3232
const versionFlag = "version";
3333
final _portOnlyRegExp = RegExp(r"^:\d+$");
3434

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linkcheck
2-
version: 2.0.19 # Don't forget to update in lib/linkcheck.dart, too.
2+
version: 2.0.20 # Don't forget to update in lib/linkcheck.dart, too.
33

44
description: >-
55
A very fast link-checker. Crawls sites and checks integrity of links

0 commit comments

Comments
 (0)