We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534d262 commit 7ca224fCopy full SHA for 7ca224f
CHANGELOG.md
@@ -1,2 +1,5 @@
1
+## 0.2.1 ##
2
+Library version compatible with Kotlin 1.3.70
3
+
4
## 0.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
@@ -1,9 +1,9 @@
group = org.jetbrains.kotlinx
-version = 0.2.0
+version = 0.2.1
versionSuffix=SNAPSHOT
kotlin.code.style=official
6
infraVersion = 0.1.0-dev-51
7
-kotlinVersion = 1.3.61
+kotlinVersion = 1.3.70
8
9
kotlin.incremental.multiplatform=true
0 commit comments