From 4587b8d2e280aaa818c9c2d06af00d425b9e053e Mon Sep 17 00:00:00 2001 From: Dave Snabel-Caunt Date: Wed, 26 Mar 2025 14:30:45 +0000 Subject: [PATCH] Bump version to 1.0.3 --- Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift | 2 +- Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift | 2 +- UID2IMAPlugin.podspec.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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"