diff --git a/Package.swift b/Package.swift index 4cf0031..81024fb 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( targets: ["UID2GMAPlugin"]) ], dependencies: [ - .package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", "1.7.0" ..< "2.0.0"), + .package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", "1.7.0" ..< "3.0.0"), .package(url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", .upToNextMajor(from: "12.0.0")) ], targets: [ diff --git a/Sources/UID2GMAPlugin/EUIDGMAMediationAdapter.swift b/Sources/UID2GMAPlugin/EUIDGMAMediationAdapter.swift index f7d6df8..f7684d9 100644 --- a/Sources/UID2GMAPlugin/EUIDGMAMediationAdapter.swift +++ b/Sources/UID2GMAPlugin/EUIDGMAMediationAdapter.swift @@ -48,7 +48,7 @@ extension EUIDGMAMediationAdapter: RTBAdapter { var version = VersionNumber() version.majorVersion = 2 version.minorVersion = 0 - version.patchVersion = 1 + version.patchVersion = 2 return version } diff --git a/Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift b/Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift index a61a2be..738cdfb 100644 --- a/Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift +++ b/Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift @@ -51,7 +51,7 @@ extension UID2GMAMediationAdapter: RTBAdapter { var version = VersionNumber() version.majorVersion = 2 version.minorVersion = 0 - version.patchVersion = 1 + version.patchVersion = 2 return version } diff --git a/UID2GMAPlugin.podspec.json b/UID2GMAPlugin.podspec.json index 20eb6de..37945e8 100644 --- a/UID2GMAPlugin.podspec.json +++ b/UID2GMAPlugin.podspec.json @@ -3,13 +3,13 @@ "summary": "A plugin for integrating UID2 and Google GMA into iOS applications.", "homepage": "https://unifiedid.com/", "license": "Apache License, Version 2.0", - "version": "2.0.1", + "version": "2.0.2", "authors": { "David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com" }, "source": { "git": "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", - "tag": "v2.0.1" + "tag": "v2.0.2" }, "platforms": { "ios": "12.0" @@ -31,7 +31,7 @@ ], "UID2": [ ">= 1.7.0", - "< 2.0" + "< 3.0" ] } }