Skip to content

Commit

Permalink
Bump version number to 1.1.0 in readme and docs
Browse files Browse the repository at this point in the history
Reviewed By: kirwan

Differential Revision: D4558185

fbshipit-source-id: 57e31b54faa28154ecad31515d0047132095a86b
  • Loading branch information
foghina authored and facebook-github-bot committed Feb 14, 2017
1 parent 754518b commit 5513ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Fresco supports Android 2.3 (Gingerbread) and later.
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:

```groovy
compile 'com.facebook.fresco:fresco:1.0.1'
compile 'com.facebook.fresco:fresco:1.1.0'
```

For full details, visit the documentation on our web site, available in English, Chinese, and Korean:
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ timezone: America/Los_Angeles
ghrepo: "facebook/fresco"
logo: /static/logo.png

current_version: 1.0.1
current_version: 1.1.0

support_library_version: 24.2.1

Expand Down

0 comments on commit 5513ceb

Please sign in to comment.