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