From cf67413b23a26682c82ccc42591f2748af0b8f6d Mon Sep 17 00:00:00 2001 From: Roman Elizarov Date: Thu, 23 Aug 2018 13:10:41 +0300 Subject: [PATCH] Version 0.11.3 --- CHANGES.md | 4 ++++ README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 28824c4e..f67b6868 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change log for kotlinx.atomicfu +## Version 0.11.3 + +* Fixed lost files during class analysis phase. + ## Version 0.11.2 * Kotlin version 1.2.61 diff --git a/README.md b/README.md index 7fcf5cab..1f941d46 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Declare AtomicFU version: ```xml - 0.11.2 + 0.11.3 ``` @@ -167,7 +167,7 @@ Add and apply AtomicFU plugin: ```groovy buildscript { - ext.atomicfu_version = '0.11.2' + ext.atomicfu_version = '0.11.3' dependencies { classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version" @@ -245,7 +245,7 @@ repositories { } dependencies { - implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.2' + implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.3' } sourceSets { diff --git a/gradle.properties b/gradle.properties index 28e0e977..8fb5df6c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 0.11.2-SNAPSHOT +version = 0.11.3-SNAPSHOT group = org.jetbrains.kotlinx kotlin_version = 1.2.61