We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ce051 commit 2d6fa34Copy full SHA for 2d6fa34
1 file changed
buildSrc/src/main/java/com.chrynan.parcelable.buildSrc/LibraryConstants.kt
@@ -5,8 +5,8 @@ object LibraryConstants {
5
const val group = "com.chrynan.parcelable"
6
const val owner = "chrynan"
7
const val repoName = "parcelable"
8
- const val versionName = "0.4.0"
9
- const val versionCode = 5
+ const val versionName = "0.4.1"
+ const val versionCode = 6
10
const val versionDescription = "Release $versionName ($versionCode)"
11
const val license = "Apache-2.0"
12
const val vcsUrl = "https://github.com/chRyNaN/pacelable.git"
0 commit comments