From 0d165418753cd202de6d8bbfc43dc61099e0aa76 Mon Sep 17 00:00:00 2001 From: Michele Balistreri Date: Fri, 14 Dec 2018 13:49:59 +0300 Subject: [PATCH] 2.0.0 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3a21fb..70f45e3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can import the SDK in your Gradle or Maven project using [Jitpack.io](https: ```groovy dependencies { - implementation 'com.github.status-im.status-keycard-java:android:2.0rc1' + implementation 'com.github.status-im.status-keycard-java:android:2.0.0' } ``` @@ -23,6 +23,6 @@ dependencies { ```groovy dependencies { - implementation 'com.github.status-im.status-keycard-java:desktop:2.0rc1' + implementation 'com.github.status-im.status-keycard-java:desktop:2.0.0' } ``` \ No newline at end of file