Skip to content

Commit 5816177

Browse files
committed
Version 0.11.6
1 parent d3bf2e4 commit 5816177

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.6
4+
5+
* Kotlin/Native version 0.9
6+
37
## Version 0.11.5
48

59
* Gradle plugin for JS: Fixed paths on Windows

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Add and apply AtomicFU plugin:
103103

104104
```groovy
105105
buildscript {
106-
ext.atomicfu_version = '0.11.5'
106+
ext.atomicfu_version = '0.11.6'
107107
108108
dependencies {
109109
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -209,7 +209,7 @@ Declare AtomicFU version:
209209

210210
```xml
211211
<properties>
212-
<atomicfu.version>0.11.5</atomicfu.version>
212+
<atomicfu.version>0.11.6</atomicfu.version>
213213
</properties>
214214
```
215215

gradle.properties

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

44
kotlin_version = 1.2.61

0 commit comments

Comments
 (0)