Skip to content

Commit

Permalink
Bump library version 0.5 -> 0.6 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnasSmicius authored Aug 22, 2023
1 parent e9c6138 commit 60d1dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Versions {
const val MIN_SDK_VERSION = 21

private const val MAJOR = 0
private const val MINOR = 5
private const val MINOR = 6
private const val PATCH = 0

const val VERSION_NAME: String = "$MAJOR.$MINOR.$PATCH"
Expand Down

0 comments on commit 60d1dab

Please sign in to comment.