Skip to content

Commit fbbdadc

Browse files
Updated README & changelog
1 parent 314d0a9 commit fbbdadc

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## 0.9.2 (22nd August 2021)
4+
5+
- Fixed issue where success message printed even when exception occured (thanks to @happy-san)
6+
7+
38
## 0.9.1 (25th July 2021)
49

510
- Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ A command-line tool which simplifies the task of updating your Flutter app's lau
99

1010
## :sparkles: What's New
1111

12+
#### Version 0.9.2 (22nd August 2021)
13+
14+
- Fixed issue where success message printed even when exception occured (thanks to @happy-san)
15+
1216
#### Version 0.9.1 (25th July 2021)
1317

1418
- Upgraded `args` dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)
@@ -39,7 +43,7 @@ Add your Flutter Launcher Icons configuration to your `pubspec.yaml` or create a
3943
An example is shown below. More complex examples [can be found in the example projects](https://github.com/fluttercommunity/flutter_launcher_icons/tree/master/example).
4044
```yaml
4145
dev_dependencies:
42-
flutter_launcher_icons: "^0.9.1"
46+
flutter_launcher_icons: "^0.9.2"
4347

4448
flutter_icons:
4549
android: "launcher_icon"

pubspec.yaml

+2-2
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.9.1
3+
version: 0.9.2
44
maintainer: Mark O'Sullivan (@MarkOSullivan94)
55
homepage: https://github.com/fluttercommunity/flutter_launcher_icons
66

@@ -14,4 +14,4 @@ environment:
1414
sdk: '>=2.12.0-0 <3.0.0'
1515

1616
dev_dependencies:
17-
test: ^1.17.10
17+
test: ^1.17.11

0 commit comments

Comments
 (0)