Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
filiph committed Jun 18, 2021
1 parent 511073f commit 361180f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 2.0.19

- Update to latest dependencies
- Use `pkg:cli_pkg` for creating binaries in CI.
Thanks
[Guillaume](https://github.com/filiph/linkcheck/commits?author=Mogztter)!

## 2.0.18

- Allow the latest `pkg:args`;
- Allow the latest `pkg:args`

## 2.0.17

Expand Down
2 changes: 1 addition & 1 deletion lib/linkcheck.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const hostsFlag = "hosts";
const inputFlag = "input-file";
const redirectFlag = "show-redirects";
const skipFlag = "skip-file";
const version = "2.0.18";
const version = "2.0.19";
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.18 # Don't forget to update in lib/linkcheck.dart, too.
version: 2.0.19 # 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

1 comment on commit 361180f

@liskin
Copy link

@liskin liskin commented on 361180f Sep 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it intentional that this is tagged "2.0.19" without a "v" in front of it like all the other tags?

Please sign in to comment.