diff --git a/README.md b/README.md
index 146f1a4..d09e8f7 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,12 @@
Add notifications in your React Native app. Types: success, error, warning, info, default or custom.
+
+
- Compatible with `Reanimated v2`.
- Compatible with `Expo`.
- Written in `TypeScript`.
-
-
## Install
```shell
diff --git a/package.json b/package.json
index 7dc2c1d..2a96fea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-hook-notification",
- "version": "1.0.6",
+ "version": "1.0.7",
"license": "MIT",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",