diff --git a/README.md b/README.md index 1bf4a62e..64386b86 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ While we are working on Bintray support, Scarlet is available via [JitPack][jitp com.github.tinder.scarlet scarlet - 0.2.1-alpha5 + 0.2.2-alpha1 ``` @@ -98,7 +98,7 @@ repositories { maven { url "https://jitpack.io" } } -implementation 'com.github.tinder.scarlet:scarlet:$0.2.1-alpha5' +implementation 'com.github.tinder.scarlet:scarlet:$0.2.2-alpha1' ``` ### Plug-in Roadmap diff --git a/gradle.properties b/gradle.properties index f1a3708b..e46e9ef4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ android.enableJetifier=true android.useAndroidX=true -version=0.2.1-alpha5 +version=0.2.2-alpha1