From a05cdc7fe328f4747fdff3b9ea3d5719c9025dfb Mon Sep 17 00:00:00 2001 From: Joey Harward Date: Wed, 30 Sep 2020 16:52:43 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e821c7f..22e856ea 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Then add the following dependency to your module's build.gradle ```gradle dependencies { ... - implementation "com.metallicus:protonsdk:0.5.6" + implementation "com.metallicus:protonsdk:0.6.0" } ```