From a769e5ce959a2a14e99737694d2fb8b1d896772b Mon Sep 17 00:00:00 2001 From: Vandolf Estrellado Date: Fri, 25 Mar 2022 09:31:45 -1000 Subject: [PATCH] Updated README for 0.2.0 release --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f0ead7b..ab69f4c1 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ as the native (AOSP) Android Contacts app and Google Contacts app, this library ## Quick links - 📜 [Documentation][github-pages] -- 🚉 [Current release - 0.1.10](https://github.com/vestrel00/contacts-android/releases/tag/0.1.10) -- 🚂 [Upcoming release - v0.2.0](https://github.com/vestrel00/contacts-android/discussions/146) +- 🚉 [Current release - 0.2.0](https://github.com/vestrel00/contacts-android/releases/tag/0.2.0) +- 🚂 [Upcoming release - v0.2.1](https://github.com/vestrel00/contacts-android/discussions/160) - 🗺 [Project roadmap][project-roadmap] - 💌 [Why use this library?][why-use-this] @@ -124,7 +124,7 @@ To import all modules, ```groovy dependencies { - implementation 'com.github.vestrel00:contacts-android:0.1.10' + implementation 'com.github.vestrel00:contacts-android:0.2.0' } ``` @@ -132,7 +132,7 @@ To import specific modules, ```groovy dependencies { - implementation 'com.github.vestrel00.contacts-android:core:0.1.10' + implementation 'com.github.vestrel00.contacts-android:core:0.2.0' } ```