Skip to content

Commit

Permalink
Bumped version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Jan 16, 2022
1 parent 09f5a09 commit c456445
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
@file:Suppress("MemberVisibilityCanBePrivate")

package com.chrynan.colors.buildSrc

object LibraryConstants {

const val group = "com.chrynan.colors"
const val owner = "chrynan"
const val repoName = "colors"
const val versionName = "0.7.0"
const val versionCode = 22
const val versionName = "0.7.1"
const val versionCode = 23
const val versionDescription = "Release $versionName ($versionCode)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/colors.git"
Expand Down

0 comments on commit c456445

Please sign in to comment.