Skip to content

Commit 25d4b25

Browse files
committed
Version 0.12.3
1 parent 639e4c4 commit 25d4b25

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.12.3
4+
5+
* Updated to Kotlin 1.3.30
6+
37
# Version 0.12.2
48

59
* Fixed to skip changing source path for unprocessed native output (see #51).

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version = 0.12.2-SNAPSHOT
1+
version = 0.12.3-SNAPSHOT
22
group = org.jetbrains.kotlinx
33

4-
kotlin_version=1.3.20
4+
kotlin_version=1.3.30
55
asm_version=5.2
66
slf4j_version=1.8.0-alpha2
77
junit_version=4.12

0 commit comments

Comments
 (0)