diff --git a/CHANGELOG.md b/CHANGELOG.md index 528f3f8248..7d42e0d112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog -## 0.11.0 (27th September 2022) +## 0.12.0 (24th February 2023) + +- Updated image package and other packages [#447](https://github.com/fluttercommunity/flutter_launcher_icons/pull/447) +## 0.11.0 (27th September 2022) + - Support for Macos Icons [#407](https://github.com/fluttercommunity/flutter_launcher_icons/pull/407) - Cli-improvement [#400](https://github.com/fluttercommunity/flutter_launcher_icons/pull/400) - Add `repository` and `issue_tracker` [#411](https://github.com/fluttercommunity/flutter_launcher_icons/pull/411) (thanks to [@patelpathik](https://github.com/patelpathik)) diff --git a/README.md b/README.md index 4e152139a7..cbaf077763 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An example is shown below. More complex examples [can be found in the example pr ```yaml dev_dependencies: - flutter_launcher_icons: "^0.11.0" + flutter_launcher_icons: "^0.12.0" flutter_icons: android: "launcher_icon" diff --git a/lib/src/version.dart b/lib/src/version.dart index 884cfa9548..612840a4b4 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.11.0'; +const packageVersion = '0.12.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 6a62c25ef0..745a9c3366 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_launcher_icons description: A package which simplifies the task of updating your Flutter app's launcher icon. -version: 0.11.0+1 +version: 0.12.0 maintainer: Mark O'Sullivan (@MarkOSullivan94) homepage: https://github.com/fluttercommunity/flutter_launcher_icons repository: https://github.com/fluttercommunity/flutter_launcher_icons/ @@ -26,5 +26,5 @@ dev_dependencies: build_version: ^2.1.1 json_serializable: ^6.6.1 mockito: ^5.3.2 - test: ^1.22.2 + test: ^1.23.1 test_descriptor: ^2.0.1