Skip to content

Commit

Permalink
Bumped version to 0.2.0 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Mar 18, 2021
1 parent 782567f commit 6cf1f79
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ object LibraryConstants {
const val group = "com.chrynan.dispatchers"
const val owner = "chrynan"
const val repoName = "dispatchers"
const val versionName = "0.1.1"
const val versionCode = 2
const val versionDescription = "Pre-release 0.1.1"
const val versionName = "0.2.0"
const val versionCode = 3
const val versionDescription = "Release 0.2.0 (3)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/dispatchers.git"
const val androidCompileSdkVersion = 29
Expand Down

0 comments on commit 6cf1f79

Please sign in to comment.