Skip to content

Commit 8a18748

Browse files
committed
Bump version
1 parent 2a855fb commit 8a18748

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/linkcheck.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const helpFlag = "help";
2626
const hostsFlag = "hosts";
2727
const inputFlag = "input-file";
2828
const skipFlag = "skip-file";
29-
const version = "2.0.11";
29+
const version = "2.0.12";
3030
const versionFlag = "version";
3131
final _portOnlyRegExp = RegExp(r"^:\d+$");
3232

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.11 # Don't forget to update in lib/linkcheck.dart, too.
2+
version: 2.0.12 # 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)