Skip to content

Commit 195fda7

Browse files
committed
Release 1.1.3
1 parent 79cda6a commit 195fda7

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ object Configuration {
66
const val minSdk = 21
77
const val majorVersion = 1
88
const val minorVersion = 1
9-
const val patchVersion = 2
9+
const val patchVersion = 3
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 112
11+
const val versionCode = 113
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "com.holix.android"
1414
}

0 commit comments

Comments
 (0)