Skip to content

Commit

Permalink
Merge pull request #50 from IABTechLab/ci-b30050534cb93793f8f3ba58af8…
Browse files Browse the repository at this point in the history
…e37819a7369e0

[CI Pipeline] Released Minor version: 1.3.0
  • Loading branch information
github-actions[bot] authored Aug 5, 2024
2 parents b300505 + 1161d8c commit 3bee587
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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, 2, 4)
(1, 3, 0)
}

}
4 changes: 2 additions & 2 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.2.4",
"version": "1.3.0",
"authors": {
"David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com"
},
"source": {
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
"tag": "v1.2.4"
"tag": "v1.3.0"
},
"platforms": {
"ios": "13.0",
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.2", "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.3", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }

0 comments on commit 3bee587

Please sign in to comment.