From 9a0a3c2d5d9afb74d6706ff53cf27c81c27304e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:22:36 +1300 Subject: [PATCH] Bump flutter_launcher_icons from 0.10.0 to 0.11.0 (#32) Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases) - [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: flutter_launcher_icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sun --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 1119b78..4a361e3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -318,7 +318,7 @@ packages: name: flutter_launcher_icons url: "https://pub.dartlang.org" source: hosted - version: "0.10.0" + version: "0.11.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 46518ac..3c04739 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -45,7 +45,7 @@ dev_dependencies: flutter_lints: ^2.0.0 integration_test: sdk: flutter - flutter_launcher_icons: ^0.10.0 #flutter pub run flutter_launcher_icons:main + flutter_launcher_icons: ^0.11.0 #flutter pub run flutter_launcher_icons:main flutter_native_splash: ^2.2.16 #flutter pub run flutter_native_splash:create msix: ^3.7.0 # 1. flutter build windows 2. flutter pub run msix:create