Skip to content

Commit 7e8ab2b

Browse files
passyfacebook-github-bot
authored andcommitted
Bump version to 3.1.1
Reviewed By: oprisnik Differential Revision: D49774259 fbshipit-source-id: 62c47871d01e737c324b4638db4f8a267622767e
1 parent 58af8bc commit 7e8ab2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Fresco supports Android 2.3 (Gingerbread) and later.
3131
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:
3232

3333
```groovy
34-
implementation 'com.facebook.fresco:fresco:3.1.0'
34+
implementation 'com.facebook.fresco:fresco:3.1.1'
3535
```
3636

3737
For full details, visit the documentation on our web site, available in English and Chinese:

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ timezone: America/Los_Angeles
1313
ghrepo: "facebook/fresco"
1414
logo: /static/logo.png
1515

16-
current_version: 3.1.0
16+
current_version: 3.1.1
1717

1818
support_library_version: 24.2.1
1919

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m
1818
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1919
# org.gradle.parallel=true
2020

21-
VERSION_NAME=3.1.0
21+
VERSION_NAME=3.1.1
2222
GROUP=com.facebook.fresco
2323
SONATYPE_STAGING_PROFILE=comfacebook
2424
POM_URL=https://github.com/facebook/fresco

0 commit comments

Comments
 (0)