Skip to content

Commit

Permalink
Version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Aug 23, 2018
1 parent e934ae9 commit cf67413
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log for kotlinx.atomicfu

## Version 0.11.3

* Fixed lost files during class analysis phase.

## Version 0.11.2

* Kotlin version 1.2.61
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Declare AtomicFU version:

```xml
<properties>
<atomicfu.version>0.11.2</atomicfu.version>
<atomicfu.version>0.11.3</atomicfu.version>
</properties>
```

Expand Down Expand Up @@ -167,7 +167,7 @@ Add and apply AtomicFU plugin:

```groovy
buildscript {
ext.atomicfu_version = '0.11.2'
ext.atomicfu_version = '0.11.3'
dependencies {
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
Expand Down Expand Up @@ -245,7 +245,7 @@ repositories {
}
dependencies {
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.2'
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.3'
}
sourceSets {
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.11.2-SNAPSHOT
version = 0.11.3-SNAPSHOT
group = org.jetbrains.kotlinx

kotlin_version = 1.2.61
Expand Down

0 comments on commit cf67413

Please sign in to comment.