Skip to content

Commit

Permalink
Merge pull request #41 from IABTechLab/ci-ac16a777d47bc48ecbfb477c21a…
Browse files Browse the repository at this point in the history
…59793dfb0c5ad

[CI Pipeline] Released Patch version: 1.2.4
  • Loading branch information
github-actions[bot] authored May 15, 2024
2 parents ac16a77 + dff7dc3 commit 91c290d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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, 0)
(1, 2, 4)
}

}
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.0",
"version": "1.2.4",
"authors": {
"David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com"
},
"source": {
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
"tag": "v1.2.0"
"tag": "v1.2.4"
},
"platforms": {
"ios": "13.0",
Expand Down

0 comments on commit 91c290d

Please sign in to comment.