From 9643ffea699798d75892d225741fb6b94913046d Mon Sep 17 00:00:00 2001 From: zhxnlai Date: Thu, 17 Jan 2019 14:20:00 -0800 Subject: [PATCH] Bump version --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c13159d..95cc0cb1 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.1.6 + 0.1.7 ``` @@ -98,7 +98,7 @@ repositories { maven { url "https://jitpack.io" } } -implementation 'com.github.tinder.scarlet:scarlet:$0.1.6' +implementation 'com.github.tinder.scarlet:scarlet:$0.1.7' ``` ### Plug-in Roadmap diff --git a/gradle.properties b/gradle.properties index e830ead0..237b86fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ android.enableJetifier=true android.useAndroidX=true -version=0.1.6 +version=0.1.7