Skip to content

Commit a70e4bd

Browse files
committed
Version 0.11.1
1 parent 69ce947 commit a70e4bd

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES.md

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

3+
## Version 0.11.1
4+
5+
* Kotlin version 1.2.60
6+
* Kotlin/Native version 0.8.1
7+
38
## Version 0.11.0
49

510
* AtomicBoolean support (see #6)

README.md

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

9696
```xml
9797
<properties>
98-
<atomicfu.version>0.11.0</atomicfu.version>
98+
<atomicfu.version>0.11.1</atomicfu.version>
9999
</properties>
100100
```
101101

@@ -166,7 +166,7 @@ Add and apply AtomicFU plugin:
166166

167167
```groovy
168168
buildscript {
169-
ext.atomicfu_version = '0.11.0'
169+
ext.atomicfu_version = '0.11.1'
170170
171171
dependencies {
172172
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -264,7 +264,7 @@ repositories {
264264
}
265265
266266
dependencies {
267-
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.0'
267+
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.1'
268268
}
269269
270270
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.0-SNAPSHOT
1+
version = 0.11.1-SNAPSHOT
22
group = org.jetbrains.kotlinx
33

44
kotlin_version = 1.2.60

0 commit comments

Comments
 (0)