Skip to content

Commit

Permalink
Merge pull request bumptech#4040 from sjudd:bump_version_to_4.11.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 288716659
  • Loading branch information
glide-copybara-robot committed Jan 8, 2020
2 parents 48875fa + cd72124 commit f05dc60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand All @@ -42,12 +42,12 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>compiler</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
<optional>true</optional>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f05dc60

Please sign in to comment.