From c910ddb0a512614e9cd4f7ba3b23bbbf07f62343 Mon Sep 17 00:00:00 2001 From: Evgeny Shishkin Date: Wed, 2 Aug 2017 15:49:22 +0300 Subject: [PATCH] Prepare for release 1.2.4 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782fc9b..5413add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Change Log ========== +## Version 1.2.4 + +_2017-08-02_ + + * Fixed button text visibility ([pull #10](https://github.com/JetradarMobile/desertplaceholder/pull/10)). + + ## Version 1.2.3 _2017-07-10_ diff --git a/README.md b/README.md index 76d11e2..8141b9f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add the dependency ```groovy dependencies { - compile 'com.github.jetradarmobile.desertplaceholder:desertplaceholder:1.2.3' + compile 'com.github.jetradarmobile.desertplaceholder:desertplaceholder:1.2.4' } ```