From 92b5e1255bfccb4cc8c8f234aaaee7322f90fb46 Mon Sep 17 00:00:00 2001 From: lmy <2534290808@qq.com> Date: Thu, 16 Apr 2020 14:57:13 +0800 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04cf1a..b7a5716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.0 + * The FlutterIcons class is provided to access all Icons + ## 1.0.0+1 * Enforce code robustness diff --git a/pubspec.yaml b/pubspec.yaml index 4575ea3..34d2c55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_icons description: Customizable Icons for Flutter,you can use with over 3K+ icons in your flutter project -version: 1.0.0+1 +version: 1.1.0 author: flutter-studio<2534290808@qq.com> homepage: https://github.com/flutter-studio/flutter-icons.git