From 4efc228d9259981eecfbff7be0656b8d74d8c091 Mon Sep 17 00:00:00 2001 From: Simon Lightfoot Date: Fri, 2 Oct 2020 23:00:34 +0200 Subject: [PATCH] Update readme. (#206) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53924a5067..b9b365ea44 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ A command-line tool which simplifies the task of updating your Flutter app's lau ## :sparkles: What's New +#### 0.8.1 (2nd Oct 2020) + +- Fixed flavor support on windows (@slightfoot) + #### Version 0.8.0 (12th Sept 2020) - Added flavours support (thanks to @sestegra & @jorgecoca) @@ -113,7 +117,7 @@ be used to fill out the background of the adaptive icon. ## Flavor support -Create a Flutter Launcher Icons configuration file for your flavor. The config file is called `flutter_laucher_icons-.yaml` by replacing `` by the name of your desired flavor. +Create a Flutter Launcher Icons configuration file for your flavor. The config file is called `flutter_launcher_icons-.yaml` by replacing `` by the name of your desired flavor. The configuration file format is the same.