Skip to content

Commit

Permalink
Upgraded version to 0.13.0
Browse files Browse the repository at this point in the history
Summary: The current release is now 0.13.0

Reviewed By: oprisnik

Differential Revision: D3741583

fbshipit-source-id: bb69d275b0d78587b7b95bb804479560cf621eb1
  • Loading branch information
massimocarli authored and Facebook Github Bot committed Aug 19, 2016
1 parent 5649f0c commit b0ff375
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:0.12.0'
compile 'com.facebook.fresco:fresco:0.13.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 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.12.0
VERSION_NAME=0.13.0
GROUP=com.facebook.fresco

# Deps for gradle
Expand Down

0 comments on commit b0ff375

Please sign in to comment.