Skip to content

Commit

Permalink
Version 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Apr 19, 2019
1 parent 54f5d2c commit c4cd2d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log for kotlinx.atomicfu

# Version 0.12.4

* Fixed Gradle plugin compatibility with `kotlin-multiplatform` plugin.
* Gradle plugin automatically adds dependencies.
* Added support for inline extensions on `AtomicXxx` types.

# Version 0.12.3

* Updated to Kotlin 1.3.30
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ and transformations automatically:

```groovy
buildscript {
ext.atomicfu_version = '0.12.2'
ext.atomicfu_version = '0.12.4'
dependencies {
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
Expand Down Expand Up @@ -154,7 +154,7 @@ Declare AtomicFU version:

```xml
<properties>
<atomicfu.version>0.12.2</atomicfu.version>
<atomicfu.version>0.12.4</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.3-SNAPSHOT
version = 0.12.4-SNAPSHOT
group = org.jetbrains.kotlinx

kotlin_version=1.3.30
Expand Down

0 comments on commit c4cd2d8

Please sign in to comment.