From 878d148a34825a78ca3c8d9501d16057c18203a9 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Mon, 7 Feb 2022 14:56:32 -0800 Subject: [PATCH] Bump version to 4.13.0 --- README.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47cca31bbc..ba6ea20a2f 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ repositories { } dependencies { -  implementation 'com.github.bumptech.glide:glide:4.12.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' +  implementation 'com.github.bumptech.glide:glide:4.13.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0' } ``` @@ -42,12 +42,12 @@ Or Maven: com.github.bumptech.glide glide - 4.12.0 + 4.13.0 com.github.bumptech.glide compiler - 4.12.0 + 4.13.0 true ``` diff --git a/gradle.properties b/gradle.properties index dbf0771e86..a76cd2f4de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -54,7 +54,7 @@ TEST_JVM_MEMORY_SIZE=4096M TRUTH_VERSION=0.45 VERSION_MAJOR=4 VERSION_MINOR=13 -VERSION_NAME=4.13.0-SNAPSHOT +VERSION_NAME=4.13.0 VERSION_PATCH=0 VIOLATIONS_PLUGIN_VERSION=1.8 VOLLEY_VERSION=1.2.0