Skip to content

Commit

Permalink
Updated library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Lepilkina authored and Elena Lepilkina committed Nov 24, 2020
1 parent dbf5c99 commit 29b1e89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1 ##

* Fix to get full help information for subcommands ([GH-44](https://github.com/Kotlin/kotlinx-cli/pull/44))

## 0.3 ##
Library version compatible with Kotlin 1.4.0

Expand Down
2 changes: 1 addition & 1 deletion core/commonMain/src/ArgParser.kt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ open class ArgParser(
if (prefixStyle == OptionPrefixStyle.GNU && shortName != null)
require(shortName.length == 1) {
"""
GNU standart for options allow to use short form whuch consists of one character.
GNU standart for options allow to use short form which consists of one character.
For more information, please, see https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
""".trimIndent()
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
group = org.jetbrains.kotlinx
version = 0.3.0
version = 0.3.1
versionSuffix=SNAPSHOT
kotlin.code.style=official

infraVersion = 0.1.0-dev-51
kotlinVersion = 1.4.0
kotlinVersion = 1.4.20

kotlin.incremental.multiplatform=true

Expand Down

0 comments on commit 29b1e89

Please sign in to comment.