Skip to content

Commit

Permalink
Bumped version to 1.0.1 (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Feb 13, 2022
1 parent 8e5cad6 commit 9198a22
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.inject.buildSrc

object LibraryConstants {

const val bintrayRepo = "chrynan"
const val group = "com.chrynan.inject"
const val owner = "chrynan"
const val repoName = "inject"
const val versionName = "1.0.0"
const val versionCode = 8
const val versionDescription = "Release 1.0.0"
const val versionName = "1.0.1"
const val versionCode = 9
const val versionDescription = "Release $versionName ($versionCode)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/inject.git"

Expand Down

0 comments on commit 9198a22

Please sign in to comment.