Skip to content

Commit 374306f

Browse files
committed
Bump version to 4.16.0 / alpha5
1 parent 5d2fb67 commit 374306f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
}
3232
3333
dependencies {
34-
 implementation 'com.github.bumptech.glide:glide:4.15.1'
34+
 implementation 'com.github.bumptech.glide:glide:4.16.0'
3535
}
3636
```
3737

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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ TEST_JVM_MEMORY_SIZE=4096M
4343
VERSION_MAJOR=4
4444
VERSION_MINOR=16
4545
VERSION_PATCH=0
46-
VERSION_NAME=4.16.0-SNAPSHOT
46+
VERSION_NAME=4.16.0

integration/compose/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to integrate with Jetpack Compose
66
VERSION_MAJOR=1
77
VERSION_MINOR=0
88
VERSION_PATCH=0
9-
VERSION_NAME=1.0.0-alpha.4-SNAPSHOT
9+
VERSION_NAME=1.0.0-alpha.5

integration/ktx/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to improve Kotlin interop with Glide
66
VERSION_MAJOR=1
77
VERSION_MINOR=0
88
VERSION_PATCH=0
9-
VERSION_NAME=1.0.0-alpha.4-SNAPSHOT
9+
VERSION_NAME=1.0.0-alpha.5

0 commit comments

Comments
 (0)