Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 4.13.0 #4738

Merged
merged 1 commit into from Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -31,8 +31,8 @@ repositories {
}

dependencies {
 implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
 implementation 'com.github.bumptech.glide:glide:4.13.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0'
}
```

Expand All @@ -42,12 +42,12 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.12.0</version>
<version>4.13.0</version>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>compiler</artifactId>
<version>4.12.0</version>
<version>4.13.0</version>
<optional>true</optional>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -54,7 +54,7 @@ TEST_JVM_MEMORY_SIZE=4096M
TRUTH_VERSION=0.45
VERSION_MAJOR=4
VERSION_MINOR=13
VERSION_NAME=4.13.0-SNAPSHOT
VERSION_NAME=4.13.0
VERSION_PATCH=0
VIOLATIONS_PLUGIN_VERSION=1.8
VOLLEY_VERSION=1.2.0
Expand Down