From cd72124f6fd124d88f4fe85d503e6b22e1f84b1b Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Wed, 8 Jan 2020 07:39:39 -0800 Subject: [PATCH] Bump version to 4.11.0 --- README.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 033f714695..7d8225cba6 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ repositories { } dependencies { -  implementation 'com.github.bumptech.glide:glide:4.10.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' +  implementation 'com.github.bumptech.glide:glide:4.11.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' } ``` @@ -42,12 +42,12 @@ Or Maven: com.github.bumptech.glide glide - 4.10.0 + 4.11.0 com.github.bumptech.glide compiler - 4.10.0 + 4.11.0 true ``` diff --git a/gradle.properties b/gradle.properties index 137c168f9a..e209caf310 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.daemon=true org.gradle.configureondemand=false -VERSION_NAME=4.11.0-SNAPSHOT +VERSION_NAME=4.11.0 VERSION_MAJOR=4 VERSION_MINOR=11 VERSION_PATCH=0