diff --git a/DailymotionPlayerSample.xcodeproj/project.pbxproj b/DailymotionPlayerSample.xcodeproj/project.pbxproj index 9effce5..176e07f 100644 --- a/DailymotionPlayerSample.xcodeproj/project.pbxproj +++ b/DailymotionPlayerSample.xcodeproj/project.pbxproj @@ -479,7 +479,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.11; + MARKETING_VERSION = 1.3.0; PRODUCT_BUNDLE_IDENTIFIER = com.dailymotion.sample.player; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -519,7 +519,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.11; + MARKETING_VERSION = 1.3.0; PRODUCT_BUNDLE_IDENTIFIER = com.dailymotion.sample.player.sdk; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/DailymotionPlayerSample/SampleSelection/SampleSelectionViewController.swift b/DailymotionPlayerSample/SampleSelection/SampleSelectionViewController.swift index ae6e809..7171b34 100644 --- a/DailymotionPlayerSample/SampleSelection/SampleSelectionViewController.swift +++ b/DailymotionPlayerSample/SampleSelection/SampleSelectionViewController.swift @@ -21,7 +21,7 @@ class SampleSelectionViewController: DailymotionBaseViewController { func setupView() { let buildNumber = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "" - appVersionLabel.text = "App v\(buildNumber)_beta" + appVersionLabel.text = "App v\(buildNumber)" SDKVersionLabel.text = "SDK v\(DailymotionPlayer.sdkVersion)" overrideUserInterfaceStyle = .light title = NSLocalizedString("SampleScreenSelectionTitle", comment: "")