Skip to content

Commit 1d290fd

Browse files
authored
Bump version to 1.0.3 (#27)
1 parent 6f93f16 commit 1d290fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 = 2
30+
version.patchVersion = 3
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 = 2
33+
version.patchVersion = 3
3434
return version
3535
}
3636

UID2IMAPlugin.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 IMA into iOS applications.",
44
"homepage": "https://unifiedid.com/",
55
"license": "Apache License, Version 2.0",
6-
"version": "1.0.2",
6+
"version": "1.0.3",
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.2"
12+
"tag": "v1.0.3"
1313
},
1414
"platforms": {
1515
"ios": "12.0"

0 commit comments

Comments
 (0)