Skip to content

Commit cd4595c

Browse files
committed
Also update the main message
1 parent 565fd1a commit cd4595c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import 'package:flutter_launcher_icons/constants.dart';
22
import 'package:flutter_launcher_icons/main.dart' as flutter_launcher_icons;
33

44
void main(List<String> arguments) {
5-
print(introMessage('0.9.0'));
5+
print(introMessage('0.9.1'));
66
flutter_launcher_icons.createIconsFromArguments(arguments);
77
}

0 commit comments

Comments
 (0)