Skip to content

Commit

Permalink
Merge pull request #34 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Develop to Master
  • Loading branch information
bhargavbajani-simformsolutions authored Jun 21, 2024
2 parents ee2563a + cff146f commit 6cd4e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SSAppUpdater.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SSAppUpdater"
s.version = "1.4.0"
s.version = "1.5.0"
s.summary = "SSAppUpdater is an open-source framework which notify the users about newly updated version on app store of the apps user already installed"


Expand Down
2 changes: 1 addition & 1 deletion Sources/SSAppUpdater/Helper/SSAPIManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal class SSAPIManager {

/// Constants used for the iTunes Lookup API request.
struct Constant {
static let iTunesURL = "http://itunes.apple.com/lookup?bundleId="
static let iTunesURL = "https://itunes.apple.com/lookup?bundleId="
}

// MARK: - Variable Declaration
Expand Down

0 comments on commit 6cd4e11

Please sign in to comment.