Skip to content

Commit 2b852d5

Browse files
build: v0.14.1
1 parent 76f53fa commit 2b852d5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.14.1 (24th September 2024)
4+
5+
- Fixed README
6+
37
## 0.14.0 (21st September 2024)
48

59
- Android: Support for monochrome icons [#563](https://github.com/fluttercommunity/flutter_launcher_icons/pull/563)

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.0"
40+
flutter_launcher_icons: "^0.14.1"
4141

4242
flutter_launcher_icons:
4343
android: "launcher_icon"

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.0
3+
version: 0.14.1
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)