Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/UID2/Properties/UID2SDKProperties.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
public enum UID2SDKProperties {

public static func getUID2SDKVersion() -> (major: Int, minor: Int, patch: Int) {
(1, 4, 0)
(1, 5, 0)
}

}
8 changes: 5 additions & 3 deletions UID2.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0",
"version": "1.5.0",
"authors": {
"David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com"
},
"source": {
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
"tag": "v1.4.0"
"tag": "v1.5.0"
},
"platforms": {
"ios": "13.0",
Expand All @@ -21,7 +21,9 @@
"requires_arc": true,
"frameworks": "Foundation",
"resource_bundles": {
"UID2": ["Sources/UID2/PrivacyInfo.xcprivacy"]
"UID2": [
"Sources/UID2/PrivacyInfo.xcprivacy"
]
},
"source_files": [
"Sources/UID2/**/*"
Expand Down
8 changes: 5 additions & 3 deletions UID2Prebid.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"summary": "UID2 Prebid Mobile SDK Integration",
"homepage": "https://unifiedid.com/",
"license": "Apache License, Version 2.0",
"version": "1.4.0",
"version": "1.5.0",
"authors": {
"David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com"
},
"source": {
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
"tag": "v1.4.0"
"tag": "v1.5.0"
},
"platforms": {
"ios": "13.0"
Expand All @@ -20,7 +20,9 @@
"requires_arc": true,
"frameworks": "Foundation",
"resource_bundles": {
"UID2Prebid": ["UID2Prebid/UID2Prebid/PrivacyInfo.xcprivacy"]
"UID2Prebid": [
"UID2Prebid/UID2Prebid/PrivacyInfo.xcprivacy"
]
},
"source_files": [
"UID2Prebid/UID2Prebid/**/*"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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" } } } }
{ "$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" } } } }