Skip to content

Commit

Permalink
Fix issue with building artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
filiph committed May 11, 2022
1 parent 3c8f170 commit e0a2daf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.0.23

- Fix another issue with building artifacts through `grindr`/`cli_pkg`

## 2.0.22

- Fix issue with building artifacts through `grindr`/`cli_pkg`

## 2.0.21

- Update ci.yml to latest Dart executables ([#92](https://github.com/filiph/linkcheck/pull/92))
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.22";
const version = "2.0.23";
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.22 # Don't forget to update in lib/linkcheck.dart, too.
version: 2.0.23 # 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 e0a2daf

Please sign in to comment.