Skip to content

Commit 7e467bc

Browse files
build: v0.14.2
1 parent 0dd7459 commit 7e467bc

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.14.2 (5th December 2024)
4+
5+
- iOS: Fixed issue where dark and tinted icons were placed into the wrong directory [#597](https://github.com/fluttercommunity/flutter_launcher_icons/pull/597)
6+
37
## 0.14.1 (24th September 2024)
48

59
- Fixed README

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ An example is shown below. More complex examples [can be found in the example pr
3737

3838
```yaml
3939
dev_dependencies:
40-
flutter_launcher_icons: "^0.14.1"
40+
flutter_launcher_icons: "^0.14.2"
4141

4242
flutter_launcher_icons:
4343
android: "launcher_icon"

lib/config/config.g.dart

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_launcher_icons
22
description: A package which simplifies the task of updating your Flutter app's launcher icon.
3-
version: 0.14.1
3+
version: 0.14.2
44
maintainer: Mark O'Sullivan (@MarkOSullivan94)
55
homepage: https://github.com/fluttercommunity/flutter_launcher_icons
66
repository: https://github.com/fluttercommunity/flutter_launcher_icons/

0 commit comments

Comments
 (0)