diff --git a/CHANGELOG.md b/CHANGELOG.md index 74adb7b04e..e7bd02f523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.10.1 + +- 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)) +- Fix indent in web/manifest.json [#407](https://github.com/fluttercommunity/flutter_launcher_icons/pull/407) +- Fix the icons 50 and 57 in `contents.json` [#412](https://github.com/fluttercommunity/flutter_launcher_icons/pull/412) (thanks to [adnanjpg](https://github.com/adnanjpg)) +- Fix typos + ## 0.10.0 (2nd August 2022) - Support for Web Icons [#374](https://github.com/fluttercommunity/flutter_launcher_icons/pull/374) diff --git a/README.md b/README.md index ca0326b808..3bb6089939 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.10.0" + flutter_launcher_icons: "^0.10.1" flutter_icons: android: "launcher_icon" diff --git a/lib/src/version.dart b/lib/src/version.dart index 358c7b96ea..cc4ab38662 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.10.0'; +const packageVersion = '0.10.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 10ebb599c4..d12be88e57 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.10.0 +version: 0.10.1 maintainer: Mark O'Sullivan (@MarkOSullivan94) homepage: https://github.com/fluttercommunity/flutter_launcher_icons repository: https://github.com/fluttercommunity/flutter_launcher_icons/