Skip to content

Commit 9432399

Browse files
Merge pull request #64 from IABTechLab/ci-82a0584eca004c1e019ec08c7e86c5de5d18d7bf
[CI Pipeline] Released Minor version: 1.5.0
2 parents 82a0584 + ef3aeb6 commit 9432399

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
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, 4, 0)
13+
(1, 5, 0)
1414
}
1515

1616
}

UID2.podspec.json

Lines changed: 5 additions & 3 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.4.0",
6+
"version": "1.5.0",
77
"authors": {
88
"David Snabel-Caunt": "[email protected]"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
12-
"tag": "v1.4.0"
12+
"tag": "v1.5.0"
1313
},
1414
"platforms": {
1515
"ios": "13.0",
@@ -21,7 +21,9 @@
2121
"requires_arc": true,
2222
"frameworks": "Foundation",
2323
"resource_bundles": {
24-
"UID2": ["Sources/UID2/PrivacyInfo.xcprivacy"]
24+
"UID2": [
25+
"Sources/UID2/PrivacyInfo.xcprivacy"
26+
]
2527
},
2628
"source_files": [
2729
"Sources/UID2/**/*"

UID2Prebid.podspec.json

Lines changed: 5 additions & 3 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.4.0",
6+
"version": "1.5.0",
77
"authors": {
88
"David Snabel-Caunt": "[email protected]"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
12-
"tag": "v1.4.0"
12+
"tag": "v1.5.0"
1313
},
1414
"platforms": {
1515
"ios": "13.0"
@@ -20,7 +20,9 @@
2020
"requires_arc": true,
2121
"frameworks": "Foundation",
2222
"resource_bundles": {
23-
"UID2Prebid": ["UID2Prebid/UID2Prebid/PrivacyInfo.xcprivacy"]
23+
"UID2Prebid": [
24+
"UID2Prebid/UID2Prebid/PrivacyInfo.xcprivacy"
25+
]
2426
},
2527
"source_files": [
2628
"UID2Prebid/UID2Prebid/**/*"

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.4", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }
1+
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.5", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }

0 commit comments

Comments
 (0)