Expanded sirenDidDetectNewVersionWithoutAlert method
Issue #168 & PR #171 (Thanks to @JussiSuojanen)
- The
sirenDidDetectNewVersionWithoutAlert(message:)
type is nowsirenDidDetectNewVersionWithoutAlert(message:updateType:)
. TheupdateType
parameter represents the type of update (major, minor, patch, revision).
Due to issues with how @availabile(*unavailable)
works in protocols, the original method was removed, instead of deprecated.