Skip to content

Commit

Permalink
Merge pull request #114 from parlough/misc/add-lints-for-consistency
Browse files Browse the repository at this point in the history
Update for a 3.0.0 null-safe release
  • Loading branch information
filiph authored Jan 11, 2023
2 parents 2fb1e27 + 4dd2d29 commit f2c15a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-dev
## 3.0.0

- Require Dart 2.18 and support Dart 3
- Rename library to `linkcheck` instead of `linkcheck.run`
Expand Down
2 changes: 1 addition & 1 deletion lib/linkcheck.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const hostsFlag = 'hosts';
const inputFlag = 'input-file';
const redirectFlag = 'show-redirects';
const skipFlag = 'skip-file';
const version = '3.0.0-dev';
const version = '3.0.0';
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: 3.0.0-dev # Don't forget to update in lib/linkcheck.dart, too.
version: 3.0.0 # 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 f2c15a0

Please sign in to comment.