From 2ce0325346341593f59c4bb25242c9455973bbf4 Mon Sep 17 00:00:00 2001 From: Abdullah Alhazmy Date: Sun, 13 Aug 2017 02:05:24 +0300 Subject: [PATCH] Update readmefile --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f679b58..dfa6494 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![](https://img.shields.io/badge/Platform-Android-brightgreen.svg) ![](https://img.shields.io/badge/Android-CustomView-blue.svg) ![](https://img.shields.io/crates/l/rustc-serialize.svg) -![](https://img.shields.io/badge/version-2.0.0_beta-blue.svg) +![](https://img.shields.io/badge/version-2.0.1-blue.svg) This library offers a hijri (Islamic Calendar) Date Picker designed on [Google's Material Design Principals For Pickers](http://www.google.com/design/spec/components/pickers.html) for Android 4.1 (API 16) +. @@ -24,7 +24,7 @@ You can report any issue on issues page. **Note: If you speak Arabic, you can su net.alhazmy13.hijridatepicker library -2.0.0-beta +2.0.1 ``` **Gradle** @@ -32,7 +32,7 @@ You can report any issue on issues page. **Note: If you speak Arabic, you can su ```gradle dependencies { - compile 'net.alhazmy13.hijridatepicker:library:2.0.0-beta' + compile 'net.alhazmy13.hijridatepicker:library:2.0.1' } ```