Skip to content

Commit

Permalink
Version 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Apr 22, 2019
1 parent 508e42c commit 6101fc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Change log for kotlinx.atomicfu

# Version 0.12.4
# Version 0.12.5

* Fixed Gradle plugin compatibility with `kotlin-multiplatform` plugin.

# Version 0.12.4

* Gradle plugin automatically adds dependencies.
* Added support for inline extensions on `AtomicXxx` types.

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.4'
ext.atomicfu_version = '0.12.5'
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.4</atomicfu.version>
<atomicfu.version>0.12.5</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.4-SNAPSHOT
version = 0.12.5-SNAPSHOT
group = org.jetbrains.kotlinx

kotlin_version=1.3.30
Expand Down

0 comments on commit 6101fc7

Please sign in to comment.