diff --git a/README.md b/README.md index 827fba3..b2e57c5 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ pods for the two components, named `SwedbankPaySDK` and Add the relevant dependencies in your `Podfile`: ```ruby -pod 'SwedbankPaySDK', '~> 3.0' +pod 'SwedbankPaySDK', '~> 5.0' ``` ```ruby -pod 'SwedbankPaySDKMerchantBackend', '~> 3.0' +pod 'SwedbankPaySDKMerchantBackend', '~> 5.0' ``` ## Usage diff --git a/SwedbankPaySDK/Classes/Models/VersionReporter.swift b/SwedbankPaySDK/Classes/Models/VersionReporter.swift index cb3ce37..808bb66 100644 --- a/SwedbankPaySDK/Classes/Models/VersionReporter.swift +++ b/SwedbankPaySDK/Classes/Models/VersionReporter.swift @@ -22,7 +22,7 @@ extension SwedbankPaySDK { /// This number must match git's release-tag, pre-releases should be marked with "-alpha" /// It can't be read from info.plist since SPM does not have those. - public static var currentVersion = "4.0.4" + public static var currentVersion = "5.0.0" /// User agent reports version and platform public static var userAgent: String = {