From 86ec5c058477128cce597421eb1cd329175ee8c5 Mon Sep 17 00:00:00 2001 From: mobilekosmos Date: Sun, 3 Oct 2021 23:58:12 +0200 Subject: [PATCH] Readme lib version updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e36b95..dcaad7f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ Add the dependency (replace the version by the latest release): ```gradle dependencies { - implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.9.2' + implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.9.3' } ```