diff --git a/Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift b/Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift index 617db7c..4ee715e 100644 --- a/Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift +++ b/Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift @@ -27,7 +27,7 @@ extension EUIDIMASecureSignalsAdapter: IMASecureSignalsAdapter { let version = IMAVersion() version.majorVersion = 1 version.minorVersion = 0 - version.patchVersion = 1 + version.patchVersion = 2 return version } diff --git a/Sources/UID2IMAPlugin/OperatingSystemSupport.swift b/Sources/UID2IMAPlugin/OperatingSystemSupport.swift index dcc744a..9fa5387 100644 --- a/Sources/UID2IMAPlugin/OperatingSystemSupport.swift +++ b/Sources/UID2IMAPlugin/OperatingSystemSupport.swift @@ -11,7 +11,7 @@ let isOperatingSystemSupported = ProcessInfo.processInfo.isOperatingSystemAtLeas ) /// Adapter called on an unsupported operating system version i.e. lower than UID2's deployment target. -@objc(UID2GMAOperatingSystemUnsupported) +@objc(UID2IMAOperatingSystemUnsupported) public final class OperatingSystemUnsupportedError: NSError, @unchecked Sendable { convenience init() { diff --git a/Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift b/Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift index 36ce5bb..849f998 100644 --- a/Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift +++ b/Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift @@ -30,7 +30,7 @@ extension UID2IMASecureSignalsAdapter: IMASecureSignalsAdapter { let version = IMAVersion() version.majorVersion = 1 version.minorVersion = 0 - version.patchVersion = 1 + version.patchVersion = 2 return version } diff --git a/UID2IMAPlugin.podspec.json b/UID2IMAPlugin.podspec.json index 3b94834..fa2b7aa 100644 --- a/UID2IMAPlugin.podspec.json +++ b/UID2IMAPlugin.podspec.json @@ -3,13 +3,13 @@ "summary": "A plugin for integrating UID2 and Google IMA into iOS applications.", "homepage": "https://unifiedid.com/", "license": "Apache License, Version 2.0", - "version": "1.0.1", + "version": "1.0.2", "authors": { "David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com" }, "source": { "git": "https://github.com/IABTechLab/uid2-ios-plugin-google-ima.git", - "tag": "v1.0.1" + "tag": "v1.0.2" }, "platforms": { "ios": "12.0"