Skip to content

Commit

Permalink
Bump version to 4.14.2, compose to alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Oct 7, 2022
1 parent 5245e82 commit ca47d9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion integration/compose/gradle.properties
Original file line number Diff line number Diff line change
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.0
VERSION_NAME=1.0.0-alpha.1
2 changes: 1 addition & 1 deletion integration/ktx/gradle.properties
Original file line number Diff line number Diff line change
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.0
VERSION_NAME=1.0.0-alpha.1

0 comments on commit ca47d9e

Please sign in to comment.