Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timtraversy committed Sep 29, 2020
1 parent 8549a24 commit 1eea50e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eea50e

Please sign in to comment.