Skip to content

Commit 2aab1c4

Browse files
committed
prepare the next release
1 parent 429428b commit 2aab1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
And add a dependency code to your **module**'s `build.gradle` file.
3535
```gradle
3636
dependencies {
37-
implementation "com.github.skydoves:whatif:1.1.0"
37+
implementation "com.github.skydoves:whatif:1.1.1"
3838
}
3939
```
4040

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3030
# Maven
3131
GROUP=com.github.skydoves
3232

33-
VERSION_NAME=1.1.1-SNAPSHOT
33+
VERSION_NAME=1.1.2-SNAPSHOT
3434

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

0 commit comments

Comments
 (0)