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