From ddfd037d7577b9166c90d74dcfe816e9f50965b7 Mon Sep 17 00:00:00 2001 From: Zhixuan Lai Date: Thu, 1 Nov 2018 01:01:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a8e766c..697029eb 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ While we are working on Bintray support, Scarlet is available via [JitPack][jitp com.github.tinder.scarlet scarlet - 0.2.x-SNAPSHOT + 0.2.1-alpha1 ``` @@ -101,7 +101,7 @@ repositories { maven { url "https://jitpack.io" } } -implementation 'com.github.tinder.scarlet:scarlet:$0.2.x-SNAPSHOT' +implementation 'com.github.tinder.scarlet:scarlet:$0.2.1-alpha1' ``` ### Plug-in Roadmap