Skip to content

Commit 0b79e00

Browse files
authored
Bump version to 5.0.4 (#5593)
Bump version to 5.0.4. Need to fix missing compiler dep in 5.0.3. See #5591
1 parent a6b0e52 commit 0b79e00

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.3'
34+
 implementation 'com.github.bumptech.glide:glide:5.0.4'
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.3</version>
44+
<version>5.0.4</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=3
39-
VERSION_NAME=5.0.3
38+
VERSION_PATCH=4
39+
VERSION_NAME=5.0.4

0 commit comments

Comments
 (0)