Skip to content

Commit 6a264fa

Browse files
authored
Bump version to 2.0.2 (#30)
1 parent c15cd72 commit 6a264fa

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: ["UID2GMAPlugin"])
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-mobile-ads.git", .upToNextMajor(from: "12.0.0"))
2020
],
2121
targets: [

Sources/UID2GMAPlugin/EUIDGMAMediationAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extension EUIDGMAMediationAdapter: RTBAdapter {
4848
var version = VersionNumber()
4949
version.majorVersion = 2
5050
version.minorVersion = 0
51-
version.patchVersion = 1
51+
version.patchVersion = 2
5252
return version
5353
}
5454

Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extension UID2GMAMediationAdapter: RTBAdapter {
5151
var version = VersionNumber()
5252
version.majorVersion = 2
5353
version.minorVersion = 0
54-
version.patchVersion = 1
54+
version.patchVersion = 2
5555
return version
5656
}
5757

UID2GMAPlugin.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 GMA into iOS applications.",
44
"homepage": "https://unifiedid.com/",
55
"license": "Apache License, Version 2.0",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"authors": {
88
"David Snabel-Caunt": "[email protected]"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git",
12-
"tag": "v2.0.1"
12+
"tag": "v2.0.2"
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)