Skip to content

Commit 8a09fe5

Browse files
author
Chris
committed
Bumped version to 0.4.0 (4)
1 parent e7b25e4 commit 8a09fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/java/LibraryConstants.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ object LibraryConstants {
66
const val group = "com.chrynan.validator"
77
const val owner = "chrynan"
88
const val repoName = "validator"
9-
const val versionName = "0.3.0"
10-
const val versionCode = 3
11-
const val versionDescription = "Pre-release 0.3.0"
9+
const val versionName = "0.4.0"
10+
const val versionCode = 4
11+
const val versionDescription = "Release 0.4.0"
1212
const val license = "Apache-2.0"
1313
const val vcsUrl = "https://github.com/chRyNaN/validator.git"
1414
}

0 commit comments

Comments
 (0)