Skip to content

Commit

Permalink
Version 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Mar 24, 2020
1 parent 05150f6 commit 8014ee3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log for kotlinx.atomicfu

# Version 0.14.3

* Update to Kotlin 1.3.71.
* Enable HMPP and new JS IR backend compilation.

# Version 0.14.2

* Update to Kotlin 1.3.70.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ See [additional configuration](#additional-configuration) if that needs tweaking

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

```groovy
atomicfu {
dependenciesVersion = '0.14.2' // set to null to turn-off auto dependencies
dependenciesVersion = '0.14.3' // 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 @@ -170,7 +170,7 @@ Declare AtomicFU version:

```xml
<properties>
<atomicfu.version>0.14.2</atomicfu.version>
<atomicfu.version>0.14.3</atomicfu.version>
</properties>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#

version=0.14.2-SNAPSHOT
version=0.14.3-SNAPSHOT
group=org.jetbrains.kotlinx

kotlin_version=1.3.71
Expand Down

0 comments on commit 8014ee3

Please sign in to comment.