diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eed8f3..fe02d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,5 @@ * Updates in libraries: * Coroutines `1.3.2` -> `1.3.3` * Klock `1.7.3` -> `1.8.6` + +## 0.2.1 diff --git a/build.gradle b/build.gradle index 0aa107a..42e081f 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.0" +project.version = "0.2.1" project.group = "com.insanusmokrassar" apply from: "publish.gradle"