Skip to content

Commit 60369f5

Browse files
committedDec 17, 2021
Bumped version to 0.6.0 (14)
1 parent fcdaea6 commit 60369f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎buildSrc/src/main/java/com.chrynan.presentation.buildSrc/LibraryConstants.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ object LibraryConstants {
55
const val group = "com.chrynan.presentation"
66
const val owner = "chrynan"
77
const val repoName = "presentation"
8-
const val versionName = "0.5.0"
9-
const val versionCode = 13
10-
const val versionDescription = "Release 0.5.0 (13)"
8+
const val versionName = "0.6.0"
9+
const val versionCode = 14
10+
const val versionDescription = "Release $versionName ($versionCode)"
1111
const val license = "Apache-2.0"
1212
const val vcsUrl = "https://github.com/chRyNaN/presentation.git"
1313

0 commit comments

Comments
 (0)
Please sign in to comment.