Skip to content

Commit e67e672

Browse files
Merge pull request #76 from IABTechLab/ci-88d21a19b5e61f37f097410c2bd16a4d2598e61d
[CI Pipeline] Released Patch version: 1.7.11
2 parents 88d21a1 + 96e82ca commit e67e672

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sources/UID2/Properties/UID2SDKProperties.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
public enum UID2SDKProperties {
1111

1212
public static func getUID2SDKVersion() -> (major: Int, minor: Int, patch: Int) {
13-
(1, 7, 8)
13+
(1, 7, 11)
1414
}
1515

1616
}

UID2.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"summary": "A framework for integrating UID2 into iOS applications.",
44
"homepage": "https://unifiedid.com/",
55
"license": "Apache License, Version 2.0",
6-
"version": "1.7.8",
6+
"version": "1.7.11",
77
"authors": {
88
"David Snabel-Caunt": "[email protected]"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
12-
"tag": "v1.7.8"
12+
"tag": "v1.7.11"
1313
},
1414
"platforms": {
1515
"ios": "12.0",

UID2Prebid.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"summary": "UID2 Prebid Mobile SDK Integration",
44
"homepage": "https://unifiedid.com/",
55
"license": "Apache License, Version 2.0",
6-
"version": "1.7.8",
6+
"version": "1.7.11",
77
"authors": {
88
"David Snabel-Caunt": "[email protected]"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
12-
"tag": "v1.7.8"
12+
"tag": "v1.7.11"
1313
},
1414
"platforms": {
1515
"ios": "13.0"

0 commit comments

Comments
 (0)