diff --git a/Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift b/Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift index 4ee715e..d80060d 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 = 2 + version.patchVersion = 3 return version } diff --git a/Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift b/Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift index 849f998..eb9d23b 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 = 2 + version.patchVersion = 3 return version } diff --git a/UID2IMAPlugin.podspec.json b/UID2IMAPlugin.podspec.json index 559df2f..e1dda57 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.2", + "version": "1.0.3", "authors": { "David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com" }, "source": { "git": "https://github.com/IABTechLab/uid2-ios-plugin-google-ima.git", - "tag": "v1.0.2" + "tag": "v1.0.3" }, "platforms": { "ios": "12.0"