From 626f760a04f915e35f71d8dfacb74cb9f22479f1 Mon Sep 17 00:00:00 2001 From: Stephane Rufer <1128559+rufman@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:36:19 -0800 Subject: [PATCH 1/2] chore: release v1.6.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 44ff7f4..8073553 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.0 +version: 1.6.1 homepage: https://github.com/rufman/license_checker environment: From 349926a1089a7d09bb404ef58123ad055c50f90b Mon Sep 17 00:00:00 2001 From: Stephane Rufer <1128559+rufman@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:43:44 -0800 Subject: [PATCH 2/2] chore: release v1.6.2 --- lib/version.g.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.g.dart b/lib/version.g.dart index b01a662..36d1681 100644 --- a/lib/version.g.dart +++ b/lib/version.g.dart @@ -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'; diff --git a/pubspec.yaml b/pubspec.yaml index 8073553..109bbb0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: