diff --git a/Home.md b/Home.md index a5c2d71..45eb112 100644 --- a/Home.md +++ b/Home.md @@ -11,15 +11,6 @@ Supported algorithms: - Blake (Blake-224, Blake-256, Blake-384, Blake-512) - Blake2 (Blake2s, Blake2b) -## Targets - -| Target | Status | -|------------------|---------------| -| JVM | Supported | -| JavaScript | Supported | -| Native (Linux) | Supported | -| Native (Windows) | Not Supported | - ## Installation Add the following to your `build.gradle.kts`. @@ -30,6 +21,6 @@ repositories { } dependencies { - implementation("com.infendro:hash:1.3.2") + implementation("com.infendro:hash:1.5.0") } ```