Skip to content

Commit

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

Differential Revision: D49774259

fbshipit-source-id: 62c47871d01e737c324b4638db4f8a267622767e
  • Loading branch information
Pascal Hartig authored and facebook-github-bot committed Sep 29, 2023
1 parent 58af8bc commit 7e8ab2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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
implementation 'com.facebook.fresco:fresco:3.1.0'
implementation 'com.facebook.fresco:fresco:3.1.1'
```

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

current_version: 3.1.0
current_version: 3.1.1

support_library_version: 24.2.1

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.jvmargs=-Xmx2048m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=3.1.0
VERSION_NAME=3.1.1
GROUP=com.facebook.fresco
SONATYPE_STAGING_PROFILE=comfacebook
POM_URL=https://github.com/facebook/fresco
Expand Down

0 comments on commit 7e8ab2b

Please sign in to comment.