Skip to content

Commit b17a4a7

Browse files
authored
Bump version to 1.0.4 (#29)
1 parent 7f55869 commit b17a4a7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: ["UID2IMAPlugin"])
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", "1.7.0" ..< "2.0.0"),
18+
.package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", "1.7.0" ..< "3.0.0"),
1919
.package(url: "https://github.com/googleads/swift-package-manager-google-interactive-media-ads-ios.git", from: "3.18.5")
2020
],
2121
targets: [

Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extension EUIDIMASecureSignalsAdapter: IMASecureSignalsAdapter {
2727
let version = IMAVersion()
2828
version.majorVersion = 1
2929
version.minorVersion = 0
30-
version.patchVersion = 3
30+
version.patchVersion = 4
3131
return version
3232
}
3333

Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extension UID2IMASecureSignalsAdapter: IMASecureSignalsAdapter {
3030
let version = IMAVersion()
3131
version.majorVersion = 1
3232
version.minorVersion = 0
33-
version.patchVersion = 3
33+
version.patchVersion = 4
3434
return version
3535
}
3636

UID2IMAPlugin.podspec.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"summary": "A plugin for integrating UID2 and Google IMA into iOS applications.",
44
"homepage": "https://unifiedid.com/",
55
"license": "Apache License, Version 2.0",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"authors": {
88
"David Snabel-Caunt": "[email protected]"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-plugin-google-ima.git",
12-
"tag": "v1.0.3"
12+
"tag": "v1.0.4"
1313
},
1414
"platforms": {
1515
"ios": "12.0"
@@ -31,7 +31,7 @@
3131
],
3232
"UID2": [
3333
">= 1.7.0",
34-
"< 2.0"
34+
"< 3.0"
3535
]
3636
}
3737
}

0 commit comments

Comments
 (0)