Skip to content

Commit

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

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext.versions = [
minSdkLib : 15,
minSdkDemo : 16,
compileSdk : 30,
versionCode : 10,
versionName : '1.0.9',
versionCode : 11,
versionName : '1.1.0',

gradleBuildTool : '4.1.3',
spotlessGradle : '5.11.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.1.0-SNAPSHOT
VERSION_NAME=1.1.1-SNAPSHOT

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

Expand Down

0 comments on commit a5dead1

Please sign in to comment.