Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is generated. Do not manually edit.
/// Command version string
const String licenseCheckerVersion = '1.6.0';
const String licenseCheckerVersion = '1.6.2';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: license_checker
description: A tool to view and check the licenses of a package's dependencies. It also generates a disclaimer file containing all the package licenses.
version: 1.6.1
version: 1.6.2
homepage: https://github.com/rufman/license_checker

environment:
Expand Down
Loading