Skip to content

Commit

Permalink
Version 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Sep 4, 2018
1 parent d3bf2e4 commit 5816177
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log for kotlinx.atomicfu

## Version 0.11.6

* Kotlin/Native version 0.9

## Version 0.11.5

* Gradle plugin for JS: Fixed paths on Windows
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Add and apply AtomicFU plugin:

```groovy
buildscript {
ext.atomicfu_version = '0.11.5'
ext.atomicfu_version = '0.11.6'
dependencies {
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
Expand Down Expand Up @@ -209,7 +209,7 @@ Declare AtomicFU version:

```xml
<properties>
<atomicfu.version>0.11.5</atomicfu.version>
<atomicfu.version>0.11.6</atomicfu.version>
</properties>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.11.5-SNAPSHOT
version = 0.11.6-SNAPSHOT
group = org.jetbrains.kotlinx

kotlin_version = 1.2.61
Expand Down

0 comments on commit 5816177

Please sign in to comment.