Skip to content

Commit 7ca224f

Browse files
Elena LepilkinaElena Lepilkina
Elena Lepilkina
authored and
Elena Lepilkina
committed
Updated Kotlin version to 1.3.70
1 parent 534d262 commit 7ca224f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## 0.2.1 ##
2+
Library version compatible with Kotlin 1.3.70
3+
14
## 0.2 ##
2-
Complete rewrite of a generic command-line parser.
5+
Complete rewrite of a generic command-line parser (compatible with Kotlin 1.3.61)

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
group = org.jetbrains.kotlinx
2-
version = 0.2.0
2+
version = 0.2.1
33
versionSuffix=SNAPSHOT
44
kotlin.code.style=official
55

66
infraVersion = 0.1.0-dev-51
7-
kotlinVersion = 1.3.61
7+
kotlinVersion = 1.3.70
88

99
kotlin.incremental.multiplatform=true

0 commit comments

Comments
 (0)