diff --git a/README.md b/README.md
index 57e6c23..c90f7e6 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,28 @@
-# EmojiReactionView
-[![platform](https://img.shields.io/badge/Platform-Android-yellow.svg?style=flat-square)](https://www.android.com)
-[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat-square)](https://android-arsenal.com/api?level=16s)
-[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
-[ ![Download](https://api.bintray.com/packages/dev-ritik/EmojiReactionView/EmojiReactionView/images/download.svg) ](https://bintray.com/dev-ritik/EmojiReactionView/EmojiReactionView/_latestVersion)
+#
EmojiReactionView
+
+
-An Android library to make Emoji Reactions on imageviews in a manner Instagram does this!.
+An Android library to make Emoji Reactions on imageviews in a manner Instagram does this!.
+**version 1.0.1
**
# Features
- Design : The library tries to be reasonably close to the original Instagram's design.
@@ -19,8 +35,8 @@
Below is the two sample for usage of the library:
-
-
+
+
@@ -35,7 +51,7 @@ repositories {
}
dependencies {
- implementation 'com.ritik:emojireactionlibrary:1.0.0'
+ implementation 'com.ritik:emojireactionlibrary:1.0.1'
}
```
@@ -80,6 +96,9 @@ myImage.setOnEmojiClickListener(new ClickInterface() {
});
```
+**If you are struck somewhere, you can always check its usage in the sample app for [Simple](https://github.com/dev-ritik/EmojiReactionView/blob/master/app/src/main/java/com/ritik/emojireactionview/SimpleExample.java)
+and [RecyclerView](https://github.com/dev-ritik/EmojiReactionView/blob/master/app/src/main/java/com/ritik/emojireactionview/FeedAdapter.java) usage.**
+
_With this all done and working, you have made to the default design!_
# Further customization
diff --git a/emojireactionlibrary/build.gradle b/emojireactionlibrary/build.gradle
index 4d4374b..30d55f5 100644
--- a/emojireactionlibrary/build.gradle
+++ b/emojireactionlibrary/build.gradle
@@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/dev-ritik/EmojiReactionView'
gitUrl = 'https://github.com/dev-ritik/EmojiReactionView.git'
- libraryVersion = '1.0.0'
+ libraryVersion = '1.0.1'
developerId = 'dev-ritik'
developerName = 'Ritik Kumar'