diff --git a/CHANGELOG.md b/CHANGELOG.md index d83b029..1afc74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.5 +* Allow `package_info_plus` versions `7.x` + ## 1.2.4 * Allow `package_info_plus` versions `6.x` (Thanks to [@bartektartanus](https://github.com/bartektartanus) in [#28](https://github.com/ThexXTURBOXx/catcher_2/pull/28)) * Allow `device_info_plus` versions `10.x` diff --git a/pubspec.yaml b/pubspec.yaml index fb12921..d09685c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: catcher_2 description: Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer. -version: 1.2.4 +version: 1.2.5 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues