From 146d0061fa754b2092402a237ddc671ede071a98 Mon Sep 17 00:00:00 2001 From: lmy <2534290808@qq.com> Date: Mon, 18 Nov 2019 10:50:55 +0800 Subject: [PATCH] v1.0.0+1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ebddb..a04cf1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0+1 + * Enforce code robustness + ## 1.0.0 * Refactored API diff --git a/pubspec.yaml b/pubspec.yaml index 7f445dc..4575ea3 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.0.0+1 author: flutter-studio<2534290808@qq.com> homepage: https://github.com/flutter-studio/flutter-icons.git