Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
Reviewed By: oprisnik

Differential Revision: D3605017

fbshipit-source-id: 5d335b2180c937e7ad8862d009819984bda67cab
  • Loading branch information
Daniel Hugenroth authored and Facebook Github Bot 8 committed Jul 22, 2016
1 parent f3f2366 commit a2268d8
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.11.0'
compile 'com.facebook.fresco:fresco:0.12.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.11.0
VERSION_NAME=0.12.0
GROUP=com.facebook.fresco

# Deps for gradle
Expand Down

0 comments on commit a2268d8

Please sign in to comment.