From dff7dc3f6df325250ffe4f1000d1ed509492ebbe Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Wed, 15 May 2024 07:06:00 +0000 Subject: [PATCH] [CI Pipeline] Released Patch version: 1.2.4 --- Sources/UID2/Properties/UID2SDKProperties.swift | 2 +- UID2.podspec.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/UID2/Properties/UID2SDKProperties.swift b/Sources/UID2/Properties/UID2SDKProperties.swift index e39a3c3..395118d 100644 --- a/Sources/UID2/Properties/UID2SDKProperties.swift +++ b/Sources/UID2/Properties/UID2SDKProperties.swift @@ -10,7 +10,7 @@ import Foundation public enum UID2SDKProperties { public static func getUID2SDKVersion() -> (major: Int, minor: Int, patch: Int) { - (1, 2, 0) + (1, 2, 4) } } diff --git a/UID2.podspec.json b/UID2.podspec.json index e2cd6d0..d119bd7 100644 --- a/UID2.podspec.json +++ b/UID2.podspec.json @@ -3,13 +3,13 @@ "summary": "A framework for integrating UID2 into iOS applications.", "homepage": "https://unifiedid.com/", "license": "Apache License, Version 2.0", - "version": "1.2.0", + "version": "1.2.4", "authors": { "David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com" }, "source": { "git": "https://github.com/IABTechLab/uid2-ios-sdk.git", - "tag": "v1.2.0" + "tag": "v1.2.4" }, "platforms": { "ios": "13.0",