Skip to content

Commit

Permalink
Bumped version to 0.8.0 (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed May 23, 2023
1 parent f50dd04 commit a7da075
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ object LibraryConstants {
const val group = "com.chrynan.navigation"
const val owner = "chrynan"
const val repoName = "navigation"
const val versionName = "0.7.0"
const val versionCode = 9
const val versionName = "0.8.0"
const val versionCode = 10
const val versionDescription = "Release $versionName ($versionCode)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/navigation.git"
Expand Down

0 comments on commit a7da075

Please sign in to comment.