From ca47d9eeeffb37e550a115535c04a44747f2d2d7 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Fri, 7 Oct 2022 12:19:52 -0700 Subject: [PATCH] Bump version to 4.14.2, compose to alpha1 --- gradle.properties | 4 ++-- integration/compose/gradle.properties | 2 +- integration/ktx/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 71c2b87387..965c954088 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,8 +35,8 @@ TEST_JVM_MEMORY_SIZE=4096M ## Glide versioning VERSION_MAJOR=4 VERSION_MINOR=14 -VERSION_PATCH=1 -VERSION_NAME=4.14.1 +VERSION_PATCH=2 +VERSION_NAME=4.14.2 ## SDK versioning COMPILE_SDK_VERSION=33 diff --git a/integration/compose/gradle.properties b/integration/compose/gradle.properties index d9012a8f41..30575e621f 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 +VERSION_NAME=1.0.0-alpha.1 diff --git a/integration/ktx/gradle.properties b/integration/ktx/gradle.properties index 40fd7f70b4..83125d03de 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 +VERSION_NAME=1.0.0-alpha.1