From 35c33689f21c3b52f53440fc015b627ed31e7c76 Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 29 Jan 2026 16:50:24 +0000 Subject: [PATCH] Update Home --- Home.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Home.md b/Home.md index 8dbdc74..a9dc038 100644 --- a/Home.md +++ b/Home.md @@ -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,6 +12,6 @@ repositories { } dependencies { - implementation("com.infendro:cli:1.4.0") + implementation("com.infendro:cli:1.4.1") } -``` +``` \ No newline at end of file