Skip to content

Commit

Permalink
Version 0.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Jun 18, 2019
1 parent d12287c commit b786906
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.12.9

* Updated to Kotlin 1.3.40

# Version 0.12.8

* Fixed getting array elements by named index.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ See [additional configuration](#additional-configuration) if that needs tweaking

```groovy
buildscript {
ext.atomicfu_version = '0.12.8'
ext.atomicfu_version = '0.12.9'
dependencies {
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
Expand Down Expand Up @@ -155,7 +155,7 @@ There are the following additional parameters (with their defaults):

```groovy
atomicfu {
dependenciesVersion = '0.12.8' // set to null to turn-off auto dependencies
dependenciesVersion = '0.12.9' // set to null to turn-off auto dependencies
transformJvm = true // set to false to turn off JVM transformation
transformJs = true // set to false to turn off JS transformation
variant = "FU" // JVM transformation variant: FU,VH, or BOTH
Expand All @@ -169,7 +169,7 @@ Declare AtomicFU version:

```xml
<properties>
<atomicfu.version>0.12.8</atomicfu.version>
<atomicfu.version>0.12.9</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.12.8-SNAPSHOT
version = 0.12.9-SNAPSHOT
group = org.jetbrains.kotlinx

kotlin_version=1.3.40
Expand Down

0 comments on commit b786906

Please sign in to comment.