Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyronen committed Jun 4, 2015
1 parent a0c7d42 commit 395b7be
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 @@ -26,7 +26,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:0.5.0+'
compile 'com.facebook.fresco:fresco:0.5.1+'
```

For full details, visit the documentation on our web site, available in English and Chinese:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# org.gradle.parallel=true

target=10
VERSION_NAME=0.5.0
VERSION_NAME=0.5.1
GROUP=com.facebook.fresco

# Deps for gradle
Expand Down

0 comments on commit 395b7be

Please sign in to comment.