Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
1.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Nov 15, 2019
1 parent 1d06da9 commit be4ad23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

dependencies {
classpath "com.soywiz.korlibs:easy-kotlin-mpp-gradle-plugin:0.4.3" // Kotlin 1.3.60: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
classpath "com.soywiz.korlibs:easy-kotlin-mpp-gradle-plugin:0.4.4" // Kotlin 1.3.60: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official

# version
group=com.soywiz.korlibs.klock
version=1.8.1-SNAPSHOT
version=1.8.0-SNAPSHOT

# bintray location
project.bintray.org=korlibs
Expand All @@ -22,4 +22,4 @@ kotlin.incremental.multiplatform=true
#org.gradle.parallel=true
#org.gradle.parallel.intra=true
org.gradle.configureondemand=true
kotlin.native.ignoreDisabledTargets=true
kotlin.native.ignoreDisabledTargets=true

0 comments on commit be4ad23

Please sign in to comment.