Skip to content

Commit

Permalink
pumped release version to 0.2.0 and updated uid2 ios sdk dependency (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnywu authored May 9, 2023
1 parent 39f562c commit 2885131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["UID2GMAPlugin"])
],
dependencies: [
.package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", from: "0.1.0"),
.package(url: "https://github.com/IABTechLab/uid2-ios-sdk.git", from: "0.2.0"),
.package(url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", "9.0.0"..<"11.0.0")
],
targets: [
Expand Down
4 changes: 2 additions & 2 deletions Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ extension UID2GMAMediationAdapter: GADRTBAdapter {
static func adapterVersion() -> GADVersionNumber {
var version = GADVersionNumber()
version.majorVersion = 0
version.minorVersion = 0
version.patchVersion = 1
version.minorVersion = 2
version.patchVersion = 0
return version
}

Expand Down

0 comments on commit 2885131

Please sign in to comment.