From 69913d9df3600d9a165ab35380dfbe625f2ba617 Mon Sep 17 00:00:00 2001 From: Filip Hracek Date: Fri, 22 Oct 2021 14:18:38 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ lib/linkcheck.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b563d00..5ace9a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.20 + +- Fix passing multiple arguments to github action. + Thanks [Manuel](https://github.com/filiph/linkcheck/pull/82)! + ## 2.0.19 - Update to latest dependencies diff --git a/lib/linkcheck.dart b/lib/linkcheck.dart index b555806..7c5fd54 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.19"; +const version = "2.0.20"; const versionFlag = "version"; final _portOnlyRegExp = RegExp(r"^:\d+$"); diff --git a/pubspec.yaml b/pubspec.yaml index a992103..6961a18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linkcheck -version: 2.0.19 # Don't forget to update in lib/linkcheck.dart, too. +version: 2.0.20 # Don't forget to update in lib/linkcheck.dart, too. description: >- A very fast link-checker. Crawls sites and checks integrity of links