Skip to content

Commit 29cb9f0

Browse files
authored
Bump version to 2.0.1 (#28)
1 parent ddc5b1f commit 29cb9f0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 = 0
51+
version.patchVersion = 1
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 = 0
54+
version.patchVersion = 1
5555
return version
5656
}
5757

UID2GMAPlugin.podspec.json

Lines changed: 2 additions & 2 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.0",
6+
"version": "2.0.1",
77
"authors": {
88
"David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git",
12-
"tag": "v2.0.0"
12+
"tag": "v2.0.1"
1313
},
1414
"platforms": {
1515
"ios": "12.0"

0 commit comments

Comments
 (0)