Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 13, 2019
1 parent eeb64de commit 56c3d66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

kotlin.code.style=official

KOTLIN_VERSION=1.3.21
KOTLIN_VERSION=1.3.30

GROUP=co.touchlab
VERSION_NAME=0.6.0
VERSION_NAME=0.7.0

POM_URL=https://github.com/touchlab/Stately
POM_DESCRIPTION=Multithreaded Kotlin Multiplatform Utilities
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion stately/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kotlin {
dependencies {
implementation 'org.jetbrains.kotlin:kotlin-test-common'
implementation 'org.jetbrains.kotlin:kotlin-test-annotations-common'
implementation 'co.touchlab:testhelp:0.1.2'
implementation 'co.touchlab:testhelp:0.2.0'
}
}
jvmMain {
Expand Down

0 comments on commit 56c3d66

Please sign in to comment.