diff --git a/CHANGELOG.md b/CHANGELOG.md
index 140f0c3..14630b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## [v1.1.1] - 2019/7/22
+* add Screenshot
## [v1.1.0] - 2019/7/22
* support jsonView look at json
## [v1.0.3] - 2019/7/16
diff --git a/README.md b/README.md
index de7d5a2..1dcccb9 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,9 @@
http requests log of dio
### Add dependency
-dependencies:
- dio_log : 1.0.3 #^latest_version
+```
+dependencies: dio_log : ^1.1.1 #^latest_version
+```
### set interceptor of dio
```
dio.interceptors.add(HttpLogInterceptor());
@@ -18,8 +19,8 @@ Navigator.of(context).push(
),
);
```
-###Screenshot
+### Screenshot
-
-
-
+
+
+
diff --git a/pubspec.yaml b/pubspec.yaml
index 70908f0..f71e9ce 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: dio_log
description: http requests log of dio .This plugin helps you display log information for requests
-version: 1.1.0
+version: 1.1.1
author: rich
homepage: https://github.com/flutterplugin/dio_log