We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565fd1a commit cd4595cCopy full SHA for cd4595c
bin/main.dart
@@ -2,6 +2,6 @@ import 'package:flutter_launcher_icons/constants.dart';
2
import 'package:flutter_launcher_icons/main.dart' as flutter_launcher_icons;
3
4
void main(List<String> arguments) {
5
- print(introMessage('0.9.0'));
+ print(introMessage('0.9.1'));
6
flutter_launcher_icons.createIconsFromArguments(arguments);
7
}
0 commit comments