Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
filiph committed Nov 17, 2019
1 parent 2a855fb commit 8a18748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/linkcheck.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const helpFlag = "help";
const hostsFlag = "hosts";
const inputFlag = "input-file";
const skipFlag = "skip-file";
const version = "2.0.11";
const version = "2.0.12";
const versionFlag = "version";
final _portOnlyRegExp = RegExp(r"^:\d+$");

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linkcheck
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.

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

0 comments on commit 8a18748

Please sign in to comment.