File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.1 (30th Jun 2021)
4
+
5
+ - Upgrade args dependency to ^2.1.1
6
+
3
7
## 0.9.0 (28th Feb 2021)
4
8
5
9
- Null-safety support added (thanks to @SteveAlexander )
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ A command-line tool which simplifies the task of updating your Flutter app's lau
9
9
10
10
## :sparkles : What's New
11
11
12
+ ### 0.9.1 (30th Jun 2021)
13
+
14
+ - Upgrade args dependency to ^2.1.1
15
+
12
16
#### Version 0.9.0 (28th Feb 2021)
13
17
14
18
- Null-safety support added (thanks to @SteveAlexander )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ import 'package:flutter_launcher_icons/constants.dart';
2
2
import 'package:flutter_launcher_icons/main.dart' as flutter_launcher_icons;
3
3
4
4
void main (List <String > arguments) {
5
- print (introMessage ('0.9.0 ' ));
5
+ print (introMessage ('0.9.1 ' ));
6
6
flutter_launcher_icons.createIconsFromArguments (arguments);
7
7
}
Original file line number Diff line number Diff line change 1
1
name : flutter_launcher_icons
2
2
description : A package which simplifies the task of updating your Flutter app's launcher icon.
3
- version : 0.9.0
3
+ version : 0.9.1
4
4
maintainer : Mark O'Sullivan (@MarkOSullivan94)
5
5
homepage : https://github.com/fluttercommunity/flutter_launcher_icons
6
6
7
7
dependencies :
8
- args : ^2.0.0
8
+ args : ^2.1.1
9
9
image : ^3.0.1
10
10
path : ^1.8.0
11
11
yaml : ^3.1.0
You can’t perform that action at this time.
0 commit comments