Skip to content

Commit a3c00be

Browse files
committed
Version 1.0.0
1 parent 62ebb75 commit a3c00be

File tree

1 file changed

+2
-2
lines changed
  • build-logic/convention/src/main/kotlin/com/pxddy/simpleviewbinding/buildlogic/common

1 file changed

+2
-2
lines changed

build-logic/convention/src/main/kotlin/com/pxddy/simpleviewbinding/buildlogic/common/Version.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
77
object Version {
88

99
object Release {
10-
private const val major = 0
10+
private const val major = 1
1111
private const val minor = 0
12-
private const val patch = 1
12+
private const val patch = 0
1313

1414
const val versionCode = (major * 10000) + (minor * 100) + (patch * 1)
1515
const val versionName = "$major.$minor$patch"

0 commit comments

Comments
 (0)