Skip to content

Commit

Permalink
Bumped version to 0.3.0 (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Jan 1, 2022
1 parent 96215be commit ee60ba4
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.navigation.buildSrc

object LibraryConstants {

const val group = "com.chrynan.navigation"
const val owner = "chrynan"
const val repoName = "navigation"
const val versionName = "0.2.2"
const val versionCode = 4
const val versionName = "0.3.0"
const val versionCode = 5
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 ee60ba4

Please sign in to comment.