We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b25e4 commit 8a09fe5Copy full SHA for 8a09fe5
buildSrc/src/main/java/LibraryConstants.kt
@@ -6,9 +6,9 @@ object LibraryConstants {
6
const val group = "com.chrynan.validator"
7
const val owner = "chrynan"
8
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"
+ const val versionName = "0.4.0"
+ const val versionCode = 4
+ const val versionDescription = "Release 0.4.0"
12
const val license = "Apache-2.0"
13
const val vcsUrl = "https://github.com/chRyNaN/validator.git"
14
}
0 commit comments