diff --git a/README.md b/README.md index 01bed4e..ed872f8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A tidy utility to handle offline/online connectivity like a Boss. It provides su ```yaml dependencies: - flutter_offline: "^0.2.2" + flutter_offline: "^0.2.3" ``` ### ⚡️ Import @@ -83,13 +83,13 @@ For more info, please, refer to the `main.dart` in the example.
- + - + - +
diff --git a/pubspec.yaml b/pubspec.yaml index c45422b..4b90dd1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_offline description: A tidy utility to handle offline/online connectivity like a Boss. -version: 0.2.2 +version: 0.2.3 author: Jeremiah Ogbomo homepage: https://github.com/jogboms/flutter_offline