Skip to content

Commit

Permalink
Updated README & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkOSullivan94 committed Aug 22, 2021
1 parent 314d0a9 commit fbbdadc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.9.2 (22nd August 2021)

- Fixed issue where success message printed even when exception occured (thanks to @happy-san)


## 0.9.1 (25th July 2021)

- Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ A command-line tool which simplifies the task of updating your Flutter app's lau

## :sparkles: What's New

#### Version 0.9.2 (22nd August 2021)

- Fixed issue where success message printed even when exception occured (thanks to @happy-san)

#### Version 0.9.1 (25th July 2021)

- Upgraded `args` dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)
Expand Down Expand Up @@ -39,7 +43,7 @@ Add your Flutter Launcher Icons configuration to your `pubspec.yaml` or create a
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).
```yaml
dev_dependencies:
flutter_launcher_icons: "^0.9.1"
flutter_launcher_icons: "^0.9.2"

flutter_icons:
android: "launcher_icon"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.9.1
version: 0.9.2
maintainer: Mark O'Sullivan (@MarkOSullivan94)
homepage: https://github.com/fluttercommunity/flutter_launcher_icons

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

dev_dependencies:
test: ^1.17.10
test: ^1.17.11

0 comments on commit fbbdadc

Please sign in to comment.