Skip to content

Commit 7cc2684

Browse files
committed
Increment the patch version
1 parent bd7e1d1 commit 7cc2684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Add the dependency below to your module's `build.gradle` file:
2727
```gradle
2828
dependencies {
29-
implementation "com.github.skydoves:whatif:1.1.2"
29+
implementation "com.github.skydoves:whatif:1.1.3"
3030
}
3131
```
3232

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 = 1
7-
const val patchVersion = 2
7+
const val patchVersion = 3
88
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9-
const val versionCode = 13
9+
const val versionCode = 14
1010
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1111
const val artifactGroup = "com.github.skydoves"
1212
}

0 commit comments

Comments
 (0)