Skip to content

Commit

Permalink
Bump to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeriusZar committed Jan 12, 2023
1 parent 766ccc6 commit 657445e
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 @@ -16,7 +16,7 @@ object Versions {
const val MIN_SDK_VERSION = 21

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

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

0 comments on commit 657445e

Please sign in to comment.