Skip to content

Commit

Permalink
Bumped version to 2.4.1 (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Dec 29, 2021
1 parent b4664b2 commit 9903642
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
@file:Suppress("MemberVisibilityCanBePrivate")

package com.chrynan.chords.buildSrc

object LibraryConstants {

const val bintrayRepo = "chrynan"
const val group = "com.chrynan.chords"
const val owner = "chrynan"
const val repoName = "chords"
const val versionName = "2.4.0"
const val versionCode = 5
const val versionDescription = "Release 2.4.0"
const val versionName = "2.4.1"
const val versionCode = 6
const val versionDescription = "Release $versionName ($versionCode)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/chords.git"

Expand Down

0 comments on commit 9903642

Please sign in to comment.