Skip to content

Commit 86f5ed2

Browse files
committed
Version 0.14.2
1 parent a7a38f5 commit 86f5ed2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.md

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

3+
# Version 0.14.2
4+
5+
* Update to Kotlin 1.3.70.
6+
37
# Version 0.14.1
48

59
* Fixed broken JVM transformer after upgrade to ASM 7.2.

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.1'
111+
ext.atomicfu_version = '0.14.2'
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.1' // set to null to turn-off auto dependencies
159+
dependenciesVersion = '0.14.2' // 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.1</atomicfu.version>
173+
<atomicfu.version>0.14.2</atomicfu.version>
174174
</properties>
175175
```
176176

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.14.1-SNAPSHOT
1+
version=0.14.2-SNAPSHOT
22
group=org.jetbrains.kotlinx
33

44
kotlin_version=1.3.70

0 commit comments

Comments
 (0)