diff --git a/Sources/UID2/Properties/UID2SDKProperties.swift b/Sources/UID2/Properties/UID2SDKProperties.swift index 76ecc1d..14f6be4 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, 6, 0) + (1, 7, 0) } } diff --git a/UID2.podspec.json b/UID2.podspec.json index ceb2fc5..79b8cdd 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.6.0", + "version": "1.7.0", "authors": { "David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com" }, "source": { "git": "https://github.com/IABTechLab/uid2-ios-sdk.git", - "tag": "v1.6.0" + "tag": "v1.7.0" }, "platforms": { "ios": "12.0", diff --git a/UID2Prebid.podspec.json b/UID2Prebid.podspec.json index 9e14771..1cc0d74 100644 --- a/UID2Prebid.podspec.json +++ b/UID2Prebid.podspec.json @@ -3,13 +3,13 @@ "summary": "UID2 Prebid Mobile SDK Integration", "homepage": "https://unifiedid.com/", "license": "Apache License, Version 2.0", - "version": "1.6.0", + "version": "1.7.0", "authors": { "David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com" }, "source": { "git": "https://github.com/IABTechLab/uid2-ios-sdk.git", - "tag": "v1.6.0" + "tag": "v1.7.0" }, "platforms": { "ios": "13.0" diff --git a/version.json b/version.json index f998d37..7b223fc 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.6", "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.7", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }