Skip to content

Commit

Permalink
Bumped version to 0.8.0 (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Mar 27, 2021
1 parent 1d29054 commit 5d7639b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ object LibraryConstants {
const val group = "com.chrynan.inject"
const val owner = "chrynan"
const val repoName = "inject"
const val versionName = "0.7.0"
const val versionCode = 5
const val versionDescription = "Minor Release 0.7.0"
const val versionName = "0.8.0"
const val versionCode = 6
const val versionDescription = "Release 0.8.0"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/inject.git"
}
}

0 comments on commit 5d7639b

Please sign in to comment.