From 7892a6897e28aa956b0b290d2d5974dc950a7dde Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 3 Jun 2020 18:59:58 +0600 Subject: [PATCH] start 0.2.3 and update dependencies --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- gradle.properties | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e973f11..3655689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ * Coroutines `1.3.2` -> `1.3.3` * Klock `1.7.3` -> `1.8.6` +### 0.2.3 + +* Updates in libraries: + * Kotlin `1.3.70` -> `1.3.72` + * Coroutines `1.3.5` -> `1.3.7` + * Klock `1.10.0` -> `1.11.3` + ### 0.2.2 * Updates in libraries: diff --git a/build.gradle b/build.gradle index 9a9ffd2..503063f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { id "org.jetbrains.kotlin.plugin.serialization" version "$kotlin_version" } -project.version = "0.2.2" +project.version = "0.2.3" project.group = "com.insanusmokrassar" apply from: "publish.gradle" diff --git a/gradle.properties b/gradle.properties index 5b1c537..351530d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ kotlin.code.style=official -kotlin_version=1.3.70 -kotlin_coroutines_version=1.3.5 +kotlin_version=1.3.72 +kotlin_coroutines_version=1.3.7 gradle_bintray_plugin_version=1.8.4 -klockVersion=1.10.0 +klockVersion=1.11.3 kotlin.incremental.multiplatform=true