Skip to content

Commit

Permalink
Version 0.7.3 for Kotlin 1.3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Jun 20, 2019
1 parent e1fe999 commit 2abfbb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kotlin.code.style=official
KOTLIN_VERSION=1.3.40

GROUP=co.touchlab
VERSION_NAME=0.7.2
VERSION_NAME=0.7.3

POM_URL=https://github.com/touchlab/Stately
POM_DESCRIPTION=Multithreaded Kotlin Multiplatform Utilities
Expand Down
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.2.2'
implementation 'co.touchlab:testhelp:0.2.3'
}
}
jvmMain {
Expand Down

0 comments on commit 2abfbb8

Please sign in to comment.