From 8c5ffd2870530637d79cf52704e189b3e936042a Mon Sep 17 00:00:00 2001 From: Joey Harward Date: Fri, 30 Apr 2021 12:37:29 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d42ff6..ff35bee6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Then add the following dependency to your module's build.gradle ```gradle dependencies { ... - implementation "com.metallicus:protonsdk:1.0.1" + implementation "com.metallicus:protonsdk:1.0.2" } ```