From e220d3e9c15213c25e0efeb53d3a7e77b1cc87d6 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Tue, 27 Sep 2022 16:15:21 -0700 Subject: [PATCH] Bump version to 4.14.0 --- README.md | 8 ++++---- gradle.properties | 2 +- integration/compose/gradle.properties | 2 +- integration/ktx/gradle.properties | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b54468cab1..39298e0313 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ repositories { } dependencies { -  implementation 'com.github.bumptech.glide:glide:4.13.2' - annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2' +  implementation 'com.github.bumptech.glide:glide:4.14.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.14.0' } ``` @@ -42,12 +42,12 @@ Or Maven: com.github.bumptech.glide glide - 4.13.2 + 4.14.0 com.github.bumptech.glide compiler - 4.13.2 + 4.14.0 true ``` diff --git a/gradle.properties b/gradle.properties index 5aaa543099..5defb1c0eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,7 +36,7 @@ TEST_JVM_MEMORY_SIZE=4096M VERSION_MAJOR=4 VERSION_MINOR=14 VERSION_PATCH=0 -VERSION_NAME=4.14.0-SNAPSHOT +VERSION_NAME=4.14.0 ## SDK versioning COMPILE_SDK_VERSION=33 diff --git a/integration/compose/gradle.properties b/integration/compose/gradle.properties index 4fb26886f6..d9012a8f41 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.0-SNAPSHOT +VERSION_NAME=1.0.0-alpha.0 diff --git a/integration/ktx/gradle.properties b/integration/ktx/gradle.properties index 6316c805d8..40fd7f70b4 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.0-SNAPSHOT +VERSION_NAME=1.0.0-alpha.0