Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
duwen committed Feb 18, 2019
1 parent 7fdcfcd commit ab766e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A powerful Http client for Dart, which supports Interceptors, Global configurati

```yaml
dependencies:
dio: 2.0.x #latest version
dio: 2.0.x #latest release version
```
If you are using 1.0.x , this doc can help you upgrade to 2.0.x. [Change log](https://github.com/flutterchina/dio/blob/master/CHANGELOG.md)
## Super simple to use
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: dio
description: A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.
version: 2.0.5
version: 2.0.6
homepage: https://github.com/flutterchina/dio
author: wendux <[email protected]>

environment:
sdk: '>=1.9.0 <3.0.0'

dependencies:
cookie_jar: ^0.0.7
cookie_jar: ^1.0.0
# cookie_jar:
# path: ../cookie_jar

Expand Down

0 comments on commit ab766e6

Please sign in to comment.