readme fix

This commit is contained in:
Sergey Chernov 2023-09-25 14:38:04 +01:00
parent bbb7acad68
commit de3baedf0c

View File

@ -2,7 +2,9 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
> Current stable version 0.2.3 We have moved off github due to growing tensions in the world. Thanks for understanding.
> Current stable version 0.2.6
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) 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 +37,7 @@ and add in dependencies like:
~~~ ~~~
dependencies { dependencies {
//... //...
implementation("net.sergeych:superlogin:0.2.3") implementation("net.sergeych:superlogin:0.2.6")
} }
~~~ ~~~