From 1fd9aa60944ea452939ae150fff1dc25f0d89e48 Mon Sep 17 00:00:00 2001 From: Jidong Chen <jidongchen93@gmail.com> Date: Wed, 12 Jun 2019 09:57:44 +0800 Subject: [PATCH] Update to 0.0.411 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 677238b..a643b55 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You need to add Flutter to your project before moving on. Open you pubspec.yaml and add the following line to dependencies: ```java -flutter_boost: ^0.0.412 +flutter_boost: ^0.0.411 ``` or you could rely directly on a Github project tag, for example(recommended) @@ -28,7 +28,7 @@ or you could rely directly on a Github project tag, for example(recommended) flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' - ref: '0.0.412' + ref: '0.0.411' ``` -- 2.26.2