Skip to content

Commit

Permalink
Version 0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Oct 17, 2018
1 parent 633560e commit da92508
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log for kotlinx.atomicfu

# Version 0.11.11

* Kotlin version Kotlin version 1.3.0-rc-146 (with K/N).
* Gradle plugin supports projects that use `kotlin-multiplatform` plugin.
* Disable Gradle metadata publishing for all but native modules.
* JS transformer is more robust and retains line numbers (see #25).

# Version 0.11.10

* Kotlin version 1.3.0-rc-57 & Kotlin/Native 0.9.2

# Version 0.11.9

* Kotlin/Native version 1.3.0-rc-116 (0.9.3)
Expand Down
6 changes: 3 additions & 3 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.9'
ext.atomicfu_version = '0.11.11'
dependencies {
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
Expand Down Expand Up @@ -174,7 +174,7 @@ repositories {
}
dependencies {
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.9'
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.11'
}
sourceSets {
Expand Down Expand Up @@ -209,7 +209,7 @@ Declare AtomicFU version:

```xml
<properties>
<atomicfu.version>0.11.9</atomicfu.version>
<atomicfu.version>0.11.11</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.10-SNAPSHOT
version = 0.11.11-SNAPSHOT
group = org.jetbrains.kotlinx

kotlin_version=1.3.0-rc-146
Expand Down

0 comments on commit da92508

Please sign in to comment.