File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log for kotlinx.atomicfu
2
2
3
+ ## Version 0.11.1
4
+
5
+ * Kotlin version 1.2.60
6
+ * Kotlin/Native version 0.8.1
7
+
3
8
## Version 0.11.0
4
9
5
10
* AtomicBoolean support (see #6 )
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Declare AtomicFU version:
95
95
96
96
``` xml
97
97
<properties >
98
- <atomicfu .version>0.11.0 </atomicfu .version>
98
+ <atomicfu .version>0.11.1 </atomicfu .version>
99
99
</properties >
100
100
```
101
101
@@ -166,7 +166,7 @@ Add and apply AtomicFU plugin:
166
166
167
167
``` groovy
168
168
buildscript {
169
- ext.atomicfu_version = '0.11.0 '
169
+ ext.atomicfu_version = '0.11.1 '
170
170
171
171
dependencies {
172
172
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -264,7 +264,7 @@ repositories {
264
264
}
265
265
266
266
dependencies {
267
- implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.0 '
267
+ implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.1 '
268
268
}
269
269
270
270
sourceSets {
Original file line number Diff line number Diff line change 1
- version = 0.11.0 -SNAPSHOT
1
+ version = 0.11.1 -SNAPSHOT
2
2
group = org.jetbrains.kotlinx
3
3
4
4
kotlin_version = 1.2.60
You can’t perform that action at this time.
0 commit comments