Skip to content

Commit

Permalink
prepare the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 27, 2021
1 parent 429428b commit 2aab1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:whatif:1.1.0"
implementation "com.github.skydoves:whatif:1.1.1"
}
```

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.1.1-SNAPSHOT
VERSION_NAME=1.1.2-SNAPSHOT

POM_DESCRIPTION=WhatIf is kotlin extensions for expressing a single if-else statement, nullable and boolean.

Expand Down

0 comments on commit 2aab1c4

Please sign in to comment.