From 552d119b3189138b86e0b3007e7bdde21a87700f Mon Sep 17 00:00:00 2001 From: Michael Spiss Date: Thu, 24 Mar 2022 12:47:15 +0100 Subject: [PATCH] Bump version number, add changelog item --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d873b..20b6c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 10.1.0 +* Upgrade to Font Awesome 6.1.1 +* Perform automatic update check on configurator run + ## 10.0.0 * Upgrade to Font Awesome icons 6.1.0 * Update the configurator to work with version 6 diff --git a/pubspec.yaml b/pubspec.yaml index baa53e5..1f6e800 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: font_awesome_flutter description: The Font Awesome Icon pack available as Flutter Icons. Provides 1600 additional icons to use in your apps. maintainer: Michael Spiss (@michaelspiss) homepage: https://github.com/fluttercommunity/font_awesome_flutter -version: 10.0.0 +version: 10.1.0 environment: sdk: ">=2.12.0 <3.0.0"