diff --git a/update_available_ios/CHANGELOG.md b/update_available_ios/CHANGELOG.md index 2510914..fedde4d 100644 --- a/update_available_ios/CHANGELOG.md +++ b/update_available_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.2 + +- Supported `package_info_plus: 6.0.0` + ## 3.0.1 - Supported `package_info_plus` 5 diff --git a/update_available_ios/pubspec.yaml b/update_available_ios/pubspec.yaml index 0c73828..9152f27 100644 --- a/update_available_ios/pubspec.yaml +++ b/update_available_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: update_available_ios description: iOS platform implementation of update_available -version: 3.0.1 +version: 3.0.2 repository: https://github.com/mateusfccp/update_available/tree/master/update_available_ios environment: @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter meta: ^1.9.1 - package_info_plus: ">=4.0.2 <6.0.0" + package_info_plus: ">=4.0.2 <7.0.0" pub_semver: ^2.1.4 update_available_platform_interface: ^4.0.1