Updated the github URL that's being called to use HTTPS (#314)

This commit is contained in:
Gleb Oleinik 2016-11-21 13:26:54 -07:00 committed by Pedro Piñera Buendía
parent 75322fa966
commit 0c563a5388

View File

@ -4,7 +4,7 @@ internal class VersionProvider: NSObject {
// MARK: - Constants
internal static let apiReleasesUrl: String = "http://api.github.com/repos/pepibumur/sugarrecord/releases"
internal static let apiReleasesUrl: String = "https://api.github.com/repos/carambalabs/sugarrecord/releases"
// MARK: - Internal