Skip to content

Commit f2c51e7

Browse files
committed
Release 1.1.4
1 parent 86e6e1c commit f2c51e7

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,8 +6,8 @@ object Configuration {
66
const val minSdk = 21
77
const val majorVersion = 1
88
const val minorVersion = 1
9-
const val patchVersion = 3
9+
const val patchVersion = 4
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 113
11+
const val versionCode = 114
1212
const val artifactGroup = "com.holix.android"
1313
}

0 commit comments

Comments
 (0)