Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tagantroy committed Feb 22, 2019
1 parent 7c62c43 commit 38f6f9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
val marathon = System.getenv("DEPLOY_VERSION_OVERRIDE") ?: "0.3.6"
val marathon = System.getenv("DEPLOY_VERSION_OVERRIDE") ?: "0.4.0"

val kotlin = "1.3.20"
val coroutines = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion sample/android-app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.android.application")
id("kotlin-android")
id("kotlin-android-extensions")
id("marathon") version "0.3.6"
id("marathon") version "0.4.0"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion sample/android-library/library/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.library")
id("kotlin-android")
id("marathon") version "0.3.6"
id("marathon") version "0.4.0"
}

android {
Expand Down

0 comments on commit 38f6f9f

Please sign in to comment.