From 9c9d228492252e68e9e1bb04a98db5029a0ce757 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 18 Sep 2023 04:17:20 -0700 Subject: [PATCH] Bump version to 3.1.0 Reviewed By: oprisnik Differential Revision: D49320443 fbshipit-source-id: 9ca4a395e14bd87488fd4ad186e7c244949649fe --- README.md | 2 +- docs/_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2f3797981..1a6464080b 100644 --- a/README.md +++ b/README.md @@ -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.0.0' +implementation 'com.facebook.fresco:fresco:3.1.0' ``` For full details, visit the documentation on our web site, available in English and Chinese: diff --git a/docs/_config.yml b/docs/_config.yml index b8dac6a3af..74a149007d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -13,7 +13,7 @@ timezone: America/Los_Angeles ghrepo: "facebook/fresco" logo: /static/logo.png -current_version: 3.0.0 +current_version: 3.1.0 support_library_version: 24.2.1