From e34de8de946542d900366f70134c05ff158bae10 Mon Sep 17 00:00:00 2001 From: sergeych Date: Mon, 20 Mar 2023 22:29:06 +0100 Subject: [PATCH] readme updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aa5d31..c22dc6d 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 0.2.1. +> Current stable version 0.2.3 This project targets to provide command set of multiplatform tools to faciliate restore access with non-recoverable passwords by providing a backup `secret` string as the only way to reset the password. It is ready to use in android, web and server apps (native target is not yet supported because of the encryption layer not yet supporting it) @@ -35,7 +35,7 @@ and add in dependencies like: ~~~ dependencies { //... - implementation("net.sergeych:unikrypto:1.2.5") + implementation("net.sergeych:superlogin:0.2.3") } ~~~