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