Skip to content

Commit

Permalink
Bump version to 4.16.0 / alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Aug 21, 2023
1 parent 5d2fb67 commit 374306f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ repositories {
}
dependencies {
 implementation 'com.github.bumptech.glide:glide:4.15.1'
 implementation 'com.github.bumptech.glide:glide:4.16.0'
}
```

Expand All @@ -41,7 +41,7 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.15.1</version>
<version>4.16.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -43,4 +43,4 @@ TEST_JVM_MEMORY_SIZE=4096M
VERSION_MAJOR=4
VERSION_MINOR=16
VERSION_PATCH=0
VERSION_NAME=4.16.0-SNAPSHOT
VERSION_NAME=4.16.0
2 changes: 1 addition & 1 deletion integration/compose/gradle.properties
Expand Up @@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to integrate with Jetpack Compose
VERSION_MAJOR=1
VERSION_MINOR=0
VERSION_PATCH=0
VERSION_NAME=1.0.0-alpha.4-SNAPSHOT
VERSION_NAME=1.0.0-alpha.5
2 changes: 1 addition & 1 deletion integration/ktx/gradle.properties
Expand Up @@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to improve Kotlin interop with Glide
VERSION_MAJOR=1
VERSION_MINOR=0
VERSION_PATCH=0
VERSION_NAME=1.0.0-alpha.4-SNAPSHOT
VERSION_NAME=1.0.0-alpha.5

0 comments on commit 374306f

Please sign in to comment.