1.4.1 release #10

Merged
Infendro merged 8 commits from develop into main 2026-01-29 16:48:33 +00:00
3 changed files with 3 additions and 12 deletions
Showing only changes of commit d5a66f6853 - Show all commits

View File

@@ -2,15 +2,6 @@
`cli-kt` is a Kotlin Multiplatform framework for implementing terminal applications.
## Targets
| Target | Status |
|------------------|---------------|
| JVM | Supported |
| JavaScript | Supported |
| Native (Linux) | Supported |
| Native (Windows) | Not Supported |
## Installation
Add the following to your `build.gradle.kts`.
@@ -21,7 +12,7 @@ repositories {
}
dependencies {
implementation("com.infendro:cli:1.4.0")
implementation("com.infendro:cli:1.4.1")
}
```

View File

@@ -5,7 +5,7 @@ import com.infendro.plugin.token
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
group = "com.infendro"
version = "1.4.0"
version = "1.4.1"
plugins {
alias(libs.plugins.infendro)

View File

@@ -1,6 +1,6 @@
[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
kotlin = "2.3.0"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }