Skip to content

Commit ebbf7e2

Browse files
authored
Bump version to 5.0.5 (#5607)
Bump version to 5.0.5
1 parent 8ea0935 commit ebbf7e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
}
3232
3333
dependencies {
34-
 implementation 'com.github.bumptech.glide:glide:5.0.4'
34+
 implementation 'com.github.bumptech.glide:glide:5.0.5'
3535
}
3636
```
3737

@@ -41,7 +41,7 @@ Or Maven:
4141
<dependency>
4242
<groupId>com.github.bumptech.glide</groupId>
4343
<artifactId>glide</artifactId>
44-
<version>5.0.4</version>
44+
<version>5.0.5</version>
4545
</dependency>
4646
```
4747

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ TEST_JVM_MEMORY_SIZE=4096M
3535
## Glide versioning - these may be overwritten in lower level gradle.properties files
3636
VERSION_MAJOR=5
3737
VERSION_MINOR=0
38-
VERSION_PATCH=4
39-
VERSION_NAME=5.0.4
38+
VERSION_PATCH=5
39+
VERSION_NAME=5.0.5

0 commit comments

Comments
 (0)