diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7ffcd7..f59ea747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ [[375](https://github.com/larryaasen/upgrader/issues/375)] Fixed issue with Android Play Store titles that contained "\u0027". +## 10.0.2 + +Allowed for package_info_plus 6.0.0. + ## 10.0.1 Allowed for device_info_plus 10.0.0 and package_info_plus 6.0.0. @@ -649,12 +653,12 @@ the US. The country code can be overriden with the optional `countryCode` parame ## 0.10.4 -* Updated dependency xml to ">=3.5.0 <5.0.0" to improve score on pub.dev in the +* Updated dependency xml to ">=3.5.0 <5.0.0" to improve score on pub.dev in the Maintenance issues and suggestions section. ## 0.10.3 -* Updated depenency flutter_device_locale to 0.4.0, and xml to 3.5.0, to improve score on pub.dev in the +* Updated depenency flutter_device_locale to 0.4.0, and xml to 3.5.0, to improve score on pub.dev in the Maintenance issues and suggestions section. ## 0.10.2 @@ -670,7 +674,7 @@ Maintenance issues and suggestions section. * Added options to hide ignore and later buttons. (Thanks to Karthik Ponnam) * Added option to close alert dialog on tap outside of alert dialog. (Thanks to Karthik Ponnam) -* +* ## 0.9.0 @@ -730,7 +734,7 @@ defaults to debug logging on, and added command line app to evaluate the iTunes * added many customizations to the widget including callbacks for onIgnore, onLater, and onUpdate * updated the README screenshot * updated tests, improved README -* broke out widget into new file +* broke out widget into new file ## 0.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index 46b215d1..1154c486 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: os_detect: ^2.0.1 # From Flutter Community: Provides an API for querying information about an application package. - package_info_plus: '>=4.0.1 <7.0.0' + package_info_plus: '>=4.0.1 <8.0.0' # From Flutter Team: Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android). shared_preferences: '>=2.1.1 <3.0.0'