From d791191ab299128d8d6a5bc7953ad8fc47b20022 Mon Sep 17 00:00:00 2001 From: Roberto Leinardi Date: Sun, 23 Sep 2018 18:43:36 +0200 Subject: [PATCH] Prepare for release 2.0.0 --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bcef25..73737eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log ## [2.0.0] - 2018-09-23 -- workaround for https://issuetracker.google.com/issues/111316656 **PLEASE STAR THIS ISSUE** +- workaround for https://issuetracker.google.com/issues/111316656 <- **PLEASE STAR THIS ISSUE** - fixed #79: Does not change label text language when app language is changed dynamically - fixed #88: Speed Dial should not open if empty - API changes: diff --git a/README.md b/README.md index 200bee35..ded298b3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The library is available on Jcenter so no additonal repository is required. Dependencies entry (latest version on Jcenter [![Maven metadata URI](https://img.shields.io/maven-metadata/v/http/jcenter.bintray.com/com/leinardi/android/speed-dial/maven-metadata.xml.svg?style=flat)](https://jcenter.bintray.com/com/leinardi/android/speed-dial/maven-metadata.xml)): ```groovy -implementation "com.leinardi.android:speed-dial:1.0.2" +implementation "com.leinardi.android:speed-dial:2.0.0" ``` #### Snapshots (development branch) You can use JitPack to test the latest `master` (remember that `master` is the development branch and can be unstable or completely broken).