From 0ffadd9d1c002426803fa03c8061b6e1e5a6ede2 Mon Sep 17 00:00:00 2001 From: Alfaizkhan Pathan <33489180+Alfaizkhan@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:45:43 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2364a..73a43ab 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Emoji Selector is an emoji picker component for Flutter. Declare dependency in your `pubspec.yaml` ```yaml dependencies: - emoji_selector: ^0.0.1 + emoji_selector: ^0.0.2 ``` You can then easily embed the Emoji Selector Widget anywhere in your application: