Skip to content

Commit

Permalink
Bumped version to 0.4.0 (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Feb 13, 2022
1 parent d5c21a4 commit 1d8c0bf
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ package com.chrynan.parcelable.buildSrc

object LibraryConstants {

const val bintrayRepo = "chrynan"
const val group = "com.chrynan.parcelable"
const val owner = "chrynan"
const val repoName = "parcelable"
const val versionName = "0.3.1"
const val versionCode = 4
const val versionDescription = "Release 0.3.1"
const val versionName = "0.4.0"
const val versionCode = 5
const val versionDescription = "Release $versionName ($versionCode)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/pacelable.git"

Expand Down

0 comments on commit 1d8c0bf

Please sign in to comment.