Skip to content

Commit 8014ee3

Browse files
committed
Version 0.14.3
1 parent 05150f6 commit 8014ee3

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log for kotlinx.atomicfu
22

3+
# Version 0.14.3
4+
5+
* Update to Kotlin 1.3.71.
6+
* Enable HMPP and new JS IR backend compilation.
7+
38
# Version 0.14.2
49

510
* Update to Kotlin 1.3.70.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ See [additional configuration](#additional-configuration) if that needs tweaking
108108

109109
```groovy
110110
buildscript {
111-
ext.atomicfu_version = '0.14.2'
111+
ext.atomicfu_version = '0.14.3'
112112
113113
dependencies {
114114
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -156,7 +156,7 @@ There are the following additional parameters (with their defaults):
156156

157157
```groovy
158158
atomicfu {
159-
dependenciesVersion = '0.14.2' // set to null to turn-off auto dependencies
159+
dependenciesVersion = '0.14.3' // set to null to turn-off auto dependencies
160160
transformJvm = true // set to false to turn off JVM transformation
161161
transformJs = true // set to false to turn off JS transformation
162162
variant = "FU" // JVM transformation variant: FU,VH, or BOTH
@@ -170,7 +170,7 @@ Declare AtomicFU version:
170170

171171
```xml
172172
<properties>
173-
<atomicfu.version>0.14.2</atomicfu.version>
173+
<atomicfu.version>0.14.3</atomicfu.version>
174174
</properties>
175175
```
176176

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
#
44

5-
version=0.14.2-SNAPSHOT
5+
version=0.14.3-SNAPSHOT
66
group=org.jetbrains.kotlinx
77

88
kotlin_version=1.3.71

0 commit comments

Comments
 (0)