Skip to content

Commit cf67413

Browse files
committed
Version 0.11.3
1 parent e934ae9 commit cf67413

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log for kotlinx.atomicfu
22

3+
## Version 0.11.3
4+
5+
* Fixed lost files during class analysis phase.
6+
37
## Version 0.11.2
48

59
* Kotlin version 1.2.61

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Declare AtomicFU version:
9696

9797
```xml
9898
<properties>
99-
<atomicfu.version>0.11.2</atomicfu.version>
99+
<atomicfu.version>0.11.3</atomicfu.version>
100100
</properties>
101101
```
102102

@@ -167,7 +167,7 @@ Add and apply AtomicFU plugin:
167167

168168
```groovy
169169
buildscript {
170-
ext.atomicfu_version = '0.11.2'
170+
ext.atomicfu_version = '0.11.3'
171171
172172
dependencies {
173173
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -245,7 +245,7 @@ repositories {
245245
}
246246
247247
dependencies {
248-
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.2'
248+
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.3'
249249
}
250250
251251
sourceSets {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 0.11.2-SNAPSHOT
1+
version = 0.11.3-SNAPSHOT
22
group = org.jetbrains.kotlinx
33

44
kotlin_version = 1.2.61

0 commit comments

Comments
 (0)