diff --git a/README_CN.md b/README_CN.md
index df17ea706410048c401ea6320c16808dd91b2ff5..5ed2ee4d681e330986ccea4a32e45e953f56ac43 100755
--- a/README_CN.md
+++ b/README_CN.md
@@ -17,7 +17,7 @@
 打开pubspec.yaml并将以下行添加到依赖项:
 
 ```json
-flutter_boost: ^0.0.411
+flutter_boost: ^0.0.415
 ```
 
 或者可以直接依赖github的项目的版本,Tag,pub发布会有延迟,推荐直接依赖Github项目
@@ -25,7 +25,7 @@ flutter_boost: ^0.0.411
 flutter_boost:
         git:
             url: 'https://github.com/alibaba/flutter_boost.git'
-            ref: '0.0.411'
+            ref: '0.0.415'
 ```
 ## Dart代码的集成
 将init代码添加到App App