From b86ac6f00b6b3df32785cad63e16c3b0e3ef0b69 Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 27 Mar 2025 00:17:59 +0300 Subject: [PATCH] 0.8.4 for all platforms --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76ad079..06bd31e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Kotlin Multiplatform cryptographic primitives using modern strong cryptography. -## v.0.8.3 is built for all platform, IOS and wasmJS included +## v.0.8.4 is built for all platform, IOS and wasmJS included Cryptographic API works exactly the same and compiles to any platform supported listed below with no change in source code. @@ -23,7 +23,7 @@ repositories { maven("https://gitea.sergeych.net/api/packages/SergeychWorks/maven") } dependencies { - import("net.sergeych:crypto2:0.8.3") + import("net.sergeych:crypto2:0.8.4") } ```