diff --git a/README.md b/README.md index 42007f12..00f7229d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Then create a project with a descriptive name. ### 2. Add Wiredash to your pubspec.yaml ```bash -$ flutter pub add wiredash:^2.1.0 +$ flutter pub add wiredash:^2.2.0 ``` ```yaml @@ -44,7 +44,7 @@ dependencies: flutter: sdk: flutter ... - wiredash: ^2.1.0 + wiredash: ^2.2.0 ``` ### 3. Wrap your root widget with Wiredash