We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a855fb commit 8a18748Copy full SHA for 8a18748
2 files changed
lib/linkcheck.dart
@@ -26,7 +26,7 @@ const helpFlag = "help";
26
const hostsFlag = "hosts";
27
const inputFlag = "input-file";
28
const skipFlag = "skip-file";
29
-const version = "2.0.11";
+const version = "2.0.12";
30
const versionFlag = "version";
31
final _portOnlyRegExp = RegExp(r"^:\d+$");
32
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: linkcheck
2
-version: 2.0.11 # Don't forget to update in lib/linkcheck.dart, too.
+version: 2.0.12 # Don't forget to update in lib/linkcheck.dart, too.
3
4
description: >
5
A very fast link-checker. Crawls sites and checks integrity of links
0 commit comments