From cdd3dcf59fc0283acd5d92eaf56e4e5870ca6723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:59:03 +0100 Subject: [PATCH] Bump flutter_launcher_icons from 0.10.0 to 0.11.0 in /game_template (#1568) 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> --- game_template/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_template/pubspec.yaml b/game_template/pubspec.yaml index 703256398..1148f0697 100644 --- a/game_template/pubspec.yaml +++ b/game_template/pubspec.yaml @@ -33,7 +33,7 @@ dev_dependencies: flutter_test: sdk: flutter - flutter_launcher_icons: ^0.10.0 + flutter_launcher_icons: ^0.11.0 flutter_lints: ^2.0.1 test: ^1.19.0