diff --git a/CHANGELOG.md b/CHANGELOG.md index 90cfa27..5287f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 0.2.1 - 6/23/23 +## 0.2.2 - 7/5/21 + +* #45: Check if What's New text exists before accessing it to prevent crash. +## 0.2.1 - 6/23/21 * Optional field `releaseNotes` added to `VersionStatus`, which contains the release notes for a published app. * Optional parameter `allowDismissal` added to `showUpdateDialog` function. When it is set to false, the plugin prevents the user from dismissing the update dialog. By default it is true. diff --git a/pubspec.yaml b/pubspec.yaml index 10c48cc..eb93c9c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: new_version description: Check if your user has the most recent version of your Flutter app. -version: 0.2.1 +version: 0.2.2 homepage: https://github.com/timtraversy/new_version environment: