Skip to content

Commit 1ebafdc

Browse files
committed
Prepare to release 1.2.2
1 parent 6f40a64 commit 1ebafdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the dependency below to your module's `build.gradle` file:
2727

2828
```gradle
2929
dependencies {
30-
implementation("com.github.skydoves:whatif:1.2.1")
30+
implementation("com.github.skydoves:whatif:1.2.2")
3131
}
3232
```
3333

@@ -37,7 +37,7 @@ For Kotlin Multiplatform, add the dependency below to your module's `build.gradl
3737
sourceSets {
3838
val commonMain by getting {
3939
dependencies {
40-
implementation("com.github.skydoves:whatif:1.2.1")
40+
implementation("com.github.skydoves:whatif:1.2.2")
4141
}
4242
}
4343
}

buildSrc/src/main/kotlin/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ object Configuration {
44
const val minSdk = 21
55
const val majorVersion = 1
66
const val minorVersion = 2
7-
const val patchVersion = 1
7+
const val patchVersion = 2
88
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9-
const val versionCode = 17
9+
const val versionCode = 18
1010
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1111
const val artifactGroup = "com.github.skydoves"
1212
}

0 commit comments

Comments
 (0)