From a79090008425e9882318bce2299911d34722521a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8D=93=E5=8E=9F?= Date: Wed, 10 Oct 2018 16:56:10 +0800 Subject: [PATCH] 0.2.2 --- README.md | 2 +- README_CN.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ea23e7..94ccfa2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ dependencies: flutter: sdk: flutter # add flutter_ScreenUtil - flutter_screenutil: ^0.2.0 + flutter_screenutil: ^0.2.2 ``` ### Add the following imports to your Dart code: diff --git a/README_CN.md b/README_CN.md index dc6bb47..931e441 100644 --- a/README_CN.md +++ b/README_CN.md @@ -18,7 +18,7 @@ dependencies: flutter: sdk: flutter # 添加依赖 - flutter_screenutil: ^0.2.0 + flutter_screenutil: ^0.2.2 ``` ### 在每个使用的地方导入包: diff --git a/pubspec.yaml b/pubspec.yaml index 810e85c..f1d0e3b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_screenutil description: A screen adaptation tool. -version: 0.2.1 +version: 0.2.2 author: LiZhuoyuan homepage: https://github.com/OpenFlutter/flutter_ScreenUtil