Skip to content

Commit

Permalink
Bumped version to 0.3.0 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Aug 20, 2022
1 parent 8ed74ed commit a9645b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ object LibraryConstants {
const val group = "com.chrynan.platform"
const val owner = "chrynan"
const val repoName = "platform"
const val versionName = "0.2.0"
const val versionCode = 2
const val versionDescription = "Release 0.2.0"
const val versionName = "0.3.0"
const val versionCode = 3
const val versionDescription = "Release $versionName ($versionCode)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/platform.git"

Expand Down

0 comments on commit a9645b7

Please sign in to comment.