Skip to content

Commit

Permalink
Merge pull request #4904 from sjudd:bump_version_to_4.14.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 477306484
  • Loading branch information
glide-copybara-robot committed Sep 27, 2022
2 parents e59554f + e220d3e commit fd8e68a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -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'
}
```

Expand All @@ -42,12 +42,12 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.13.2</version>
<version>4.14.0</version>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>compiler</artifactId>
<version>4.13.2</version>
<version>4.14.0</version>
<optional>true</optional>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion integration/compose/gradle.properties
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-SNAPSHOT
VERSION_NAME=1.0.0-alpha.0
2 changes: 1 addition & 1 deletion integration/ktx/gradle.properties
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-SNAPSHOT
VERSION_NAME=1.0.0-alpha.0

0 comments on commit fd8e68a

Please sign in to comment.