From 40fe234070de6340858d2918cbf4555dc57997d6 Mon Sep 17 00:00:00 2001 From: sergeych Date: Fri, 20 Jan 2023 02:55:12 +0100 Subject: [PATCH] improved KVStorage support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17b4333..3b64b6e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -Current stable version is __0.4.2-SNAPSHOT__. The full-dpulex RPC over websock is ok, the security level is still disabled until the protocol part will be sabilized. +Current stable version is __0.4.3-SNAPSHOT__. The full-dpulex RPC over websock is ok, the security level is still disabled until the protocol part will be sabilized. This is a connection-agnostic, kotlin multiplaftorm library providing full-duplex RPC type binary protocol, effective to work with binary data, such as encrypted data, keys, multimedia, etc. Default implementation uses websockets transport (binary frames) available on all supported platofrms (currently, JS and JVM). @@ -46,7 +46,7 @@ repsitories { //... dependencies { - api("net.sergeych:parsec3:0.4.2-SNAPSHOT") + api("net.sergeych:parsec3:0.4.3-SNAPSHOT") } ```