From c3e04c476583487e516c3cb3ba941d428c901281 Mon Sep 17 00:00:00 2001 From: Infendro Date: Mon, 16 Feb 2026 18:05:58 +0000 Subject: [PATCH] Update Home --- Home.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Home.md b/Home.md index c9846d6..9231549 100644 --- a/Home.md +++ b/Home.md @@ -2,15 +2,6 @@ `shell-kt` is a Kotlin Multiplatform library that enables the execution of shell commands. -## 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:shell:1.0.0") + implementation("com.infendro:shell:1.1.0") } ```