Skip to content

Releases: manasv/Updeto

0.1.0

30 Jun 00:08
Compare
Choose a tag to compare

Changed

  • Added new case .developmentOrBeta to the AppStoreLookupResult in order to fix an issue where if the installed version is higher than the AppStore result it will throw .outdated.

Explanation of changes:

State that means installed version is higher than latest on AppStore. This is possible if the installed version is a development / beta build (eg. Xcode, TestFlight). Worst case scenario is that the response from apple is outdated, which is unlikely to happen.

0.0.2

01 Jun 05:50
Compare
Choose a tag to compare

Changed

  • Dropped boolean output to use fully enum based output, with these posible outcomes: updated, outdated and noResults

0.0.1

30 May 04:09
Compare
Choose a tag to compare

Initial Release.