From 374306f7445ca62dce9adcb196f5c2a29b510895 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Sun, 20 Aug 2023 21:19:47 -0700 Subject: [PATCH] Bump version to 4.16.0 / alpha5 --- README.md | 4 ++-- gradle.properties | 2 +- integration/compose/gradle.properties | 2 +- integration/ktx/gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ace423f9c..3e0ab4b910 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ repositories { } dependencies { -  implementation 'com.github.bumptech.glide:glide:4.15.1' +  implementation 'com.github.bumptech.glide:glide:4.16.0' } ``` @@ -41,7 +41,7 @@ Or Maven: com.github.bumptech.glide glide - 4.15.1 + 4.16.0 ``` diff --git a/gradle.properties b/gradle.properties index f57f03b6c2..cb7c8504ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -43,4 +43,4 @@ TEST_JVM_MEMORY_SIZE=4096M VERSION_MAJOR=4 VERSION_MINOR=16 VERSION_PATCH=0 -VERSION_NAME=4.16.0-SNAPSHOT \ No newline at end of file +VERSION_NAME=4.16.0 \ No newline at end of file diff --git a/integration/compose/gradle.properties b/integration/compose/gradle.properties index 60e46acd22..934e6b6bc9 100644 --- a/integration/compose/gradle.properties +++ b/integration/compose/gradle.properties @@ -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 diff --git a/integration/ktx/gradle.properties b/integration/ktx/gradle.properties index 3d8739fcb4..85adf53e6a 100644 --- a/integration/ktx/gradle.properties +++ b/integration/ktx/gradle.properties @@ -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