diff --git a/README.md b/README.md
index 4e5e690..b9fb2d8 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Supported storage backends are:
| [Drift](https://pub.dev/packages/drift) | - SQLite database
- good platform support |
| [Hive](https://pub.dev/packages/hive) | - key-value database
- easy to integrate |
| [ObjectBox](https://pub.dev/packages/objectbox) | - NoSQL, ACID compliant
- Fast library
- More complex integration |
-| [Isar](https://pub.dev/packages/isar) | - NoSQL, ACID compliant
- Fast library
- More complex integration |
+| [Isar](https://pub.dev/packages/isar) | - NoSQL
- Fast library
- More complex integration |
Other storage backends will be supported as soon as the underlying package
[dio_cache_interceptor](https://pub.dev/packages/dio_cache_interceptor) supports
diff --git a/pubspec.yaml b/pubspec.yaml
index ed9a450..f097969 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_map_cache
description: A slim yet powerful caching plugin for flutter_map tile layers.
-version: 1.4.0
+version: 1.4.0+1
repository: https://github.com/josxha/flutter_map_cache
issue_tracker: https://github.com/josxha/flutter_map_cache/issues