diff --git a/README.md b/README.md index 2f249b92a9..97dcbc1e9b 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ repositories { } dependencies { -  implementation 'com.github.bumptech.glide:glide:4.14.2' - annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' +  implementation 'com.github.bumptech.glide:glide:4.15.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.15.0' } ``` @@ -42,12 +42,12 @@ Or Maven: com.github.bumptech.glide glide - 4.14.2 + 4.15.0 com.github.bumptech.glide compiler - 4.14.2 + 4.15.0 true ``` diff --git a/gradle.properties b/gradle.properties index 487a2710b0..e02eeec581 100644 --- a/gradle.properties +++ b/gradle.properties @@ -44,7 +44,7 @@ TEST_JVM_MEMORY_SIZE=4096M VERSION_MAJOR=4 VERSION_MINOR=15 VERSION_PATCH=0 -VERSION_NAME=4.15.0-SNAPSHOT +VERSION_NAME=4.15.0 ## SDK versioning COMPILE_SDK_VERSION=33 diff --git a/integration/compose/gradle.properties b/integration/compose/gradle.properties index 1e63ad01f7..92c3591feb 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.1-SNAPSHOT +VERSION_NAME=1.0.0-alpha.2 diff --git a/integration/ktx/gradle.properties b/integration/ktx/gradle.properties index 7ef9f3c70a..17ead22df7 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.1-SNAPSHOT +VERSION_NAME=1.0.0-alpha.2