From e0a2dafc2282c65c9b18def969cd35b0844fb636 Mon Sep 17 00:00:00 2001 From: Filip Hracek <filip.hracek@gmail.com> Date: Wed, 11 May 2022 07:19:18 +0200 Subject: [PATCH] Fix issue with building artifacts --- CHANGELOG.md | 8 ++++++++ lib/linkcheck.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67bf683..9da4241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/lib/linkcheck.dart b/lib/linkcheck.dart index 687e46f..3313796 100644 --- a/lib/linkcheck.dart +++ b/lib/linkcheck.dart @@ -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+$"); diff --git a/pubspec.yaml b/pubspec.yaml index 0f4e2ca..22cbc60 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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