Skip to content

Commit

Permalink
Bumped version to 0.6.0 (21)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Dec 17, 2021
1 parent 1496647 commit 9009827
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.colors.buildSrc

object LibraryConstants {

const val bintrayRepo = "chrynan"
const val group = "com.chrynan.colors"
const val owner = "chrynan"
const val repoName = "colors"
const val versionName = "0.5.2"
const val versionCode = 20
const val versionDescription = "Release 0.5.2 (20)"
const val versionName = "0.6.0"
const val versionCode = 21
const val versionDescription = "Release 0.6.0 (21)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/colors.git"

Expand Down

0 comments on commit 9009827

Please sign in to comment.