diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1318780..ac9a121 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.2.0
+
+* Improve documentation
+* Gain compatibility with flutter web
+
## 0.1.0
* Initial release
diff --git a/README.md b/README.md
index 05f2e8b..07027e4 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ Using `enough_giphy_flutter` has the following benefits:
* Customize the look and feel according to your preferences and style.
* Uses as few dependencies as possible.
-[](screenshots/enough_giphy_flutter-android.gif)
-[](screenshots/enough_giphy_flutter-ios.gif)
+[](https://github.com/Enough-Software/enough_giphy_flutter/raw/main/screenshots/enough_giphy_flutter-android.gif)
+[](https://github.com/Enough-Software/enough_giphy_flutter/raw/main/screenshots/enough_giphy_flutter-ios.gif)
## Installation
@@ -19,7 +19,7 @@ Add this dependency your pubspec.yaml file:
```
dependencies:
- enough_giphy_flutter: ^0.1.0
+ enough_giphy_flutter: ^0.2.0
```
The latest version or `enough_giphy_flutter` is [![enough_giphy_flutter version](https://img.shields.io/pub/v/enough_giphy_flutter.svg)](https://pub.dartlang.org/packages/enough_giphy_flutter).
diff --git a/pubspec.yaml b/pubspec.yaml
index 4bd9840..b8da73b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: enough_giphy_flutter
description: Add a powerful and customizable GIPHY picker into your Flutter app.
-version: 0.1.0
+version: 0.2.0
homepage: https://github.com/Enough-Software/enough_giphy_flutter
environment:
@@ -14,9 +14,9 @@ dependencies:
# git:
# url: https://github.com/Enough-Software/enough_giphy.git
# path: ../enough_giphy
- enough_platform_widgets: #^0.2.0
- git:
- url: https://github.com/Enough-Software/enough_platform_widgets.git
+ enough_platform_widgets: ^0.2.1
+ # git:
+ # url: https://github.com/Enough-Software/enough_platform_widgets.git
# path: ../enough_platform_widgets
dev_dependencies: