Skip to content

Commit 41ed1f2

Browse files
committed
Prepare for release 1.2.0
1 parent 8e0bd2c commit 41ed1f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.1.4")
30+
implementation("com.github.skydoves:whatif:1.2.0")
3131
}
3232
```
3333

buildSrc/src/main/kotlin/Configuration.kt

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

0 commit comments

Comments
 (0)