From 1eea50e1607655d617b8440b2ca5411f81e0b291 Mon Sep 17 00:00:00 2001 From: timtraversy Date: Tue, 29 Sep 2020 12:42:48 -0400 Subject: [PATCH] Update changelog and readme --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd166f..b7f4afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ ## 0.0.3 - 1/13/19 * Initial release. API includes `getVersionStatus` and `showAlertIfNecessary` methods. Support for iOS and Android. + +## 0.0.5 - 9/29/20 + +* Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies. diff --git a/README.md b/README.md index c3a5f59..38fd596 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See more at the [Dart Packages page.](https://pub.dartlang.org/packages/new_vers Add new_version as [a dependency in your `pubspec.yaml` file.](https://flutter.io/using-packages/) ``` dependencies: - new_version: ^0.0.3 + new_version: ^0.0.5 ``` ## Usage