Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
(1.0, yay πŸŽ‰)
  • Loading branch information
janheinrichmerker committed Jun 5, 2019
1 parent b5f402d commit f72bff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ object Versions {
// App version
// Note: The app version should always be determined based on semantic versioning rules http://semver.org/
val app = Version(
major = 0,
minor = 1,
patch = 2
major = 1
)

val sdk = Sdk
Expand Down

0 comments on commit f72bff1

Please sign in to comment.