From daf34150bccd3ff35510e1648e3dd48b2eeb47c5 Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 1 Feb 2018 04:36:33 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634557b..cc3ae2b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - implementation 'com.github.topjohnwu:libsu:1.0.0' + implementation 'com.github.topjohnwu:libsu:1.0.1' } ```