Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 12, 2022
1 parent 4a66101 commit 70c3e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
Next, add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
implementation "com.github.skydoves:landscapist-glide:1.5.0-SNAPSHOT"
implementation "com.github.skydoves:landscapist-glide:1.5.1-SNAPSHOT"
}
```
</details>
Expand All @@ -68,7 +68,7 @@ allprojects {
Next, add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
implementation "com.github.skydoves:landscapist-glide:1.4.9"
implementation "com.github.skydoves:landscapist-glide:1.5.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
# Maven
GROUP=com.github.skydoves

VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.5.1-SNAPSHOT

POM_URL=https://github.com/skydoves/landscapist/
POM_SCM_URL=https://github.com/skydoves/landscapist/
Expand Down

0 comments on commit 70c3e70

Please sign in to comment.