Skip to content

Commit 6101fc7

Browse files
committed
Version 0.12.5
1 parent 508e42c commit 6101fc7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES.md

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

3-
# Version 0.12.4
3+
# Version 0.12.5
44

55
* Fixed Gradle plugin compatibility with `kotlin-multiplatform` plugin.
6+
7+
# Version 0.12.4
8+
69
* Gradle plugin automatically adds dependencies.
710
* Added support for inline extensions on `AtomicXxx` types.
811

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ and transformations automatically:
106106

107107
```groovy
108108
buildscript {
109-
ext.atomicfu_version = '0.12.4'
109+
ext.atomicfu_version = '0.12.5'
110110
111111
dependencies {
112112
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -154,7 +154,7 @@ Declare AtomicFU version:
154154

155155
```xml
156156
<properties>
157-
<atomicfu.version>0.12.4</atomicfu.version>
157+
<atomicfu.version>0.12.5</atomicfu.version>
158158
</properties>
159159
```
160160

gradle.properties

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

44
kotlin_version=1.3.30

0 commit comments

Comments
 (0)