Skip to content

Commit

Permalink
Bump versions to 5.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Aug 21, 2023
1 parent 0138465 commit 2ae4eff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ org.gradle.jvmargs=-Xmx4096M
TEST_JVM_MEMORY_SIZE=4096M

## Glide versioning - these may be overwritten in lower level gradle.properties files
VERSION_MAJOR=4
VERSION_MINOR=16
VERSION_MAJOR=5
VERSION_MINOR=0
VERSION_PATCH=0
VERSION_NAME=4.16.0
VERSION_NAME=5.0.0-SNAPSHOT
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.5
VERSION_NAME=1.0.0-beta1-SNAPSHOT
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.5
VERSION_NAME=1.0.0-beta1-SNAPSHOT

0 comments on commit 2ae4eff

Please sign in to comment.