From 799c8f38621743ab8518df56c977c15ea3f138ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Herculano?= Date: Tue, 4 Feb 2025 09:46:33 +0100 Subject: [PATCH] 'update version to 7.7.6' --- ConsentViewController.podspec | 2 +- ConsentViewController/Classes/SPConsentManager.swift | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ConsentViewController.podspec b/ConsentViewController.podspec index fff031612..37483b2d3 100644 --- a/ConsentViewController.podspec +++ b/ConsentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ConsentViewController' - s.version = '7.7.5' + s.version = '7.7.6' s.summary = 'SourcePoint\'s ConsentViewController to handle privacy consents.' s.homepage = 'https://www.sourcepoint.com' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/ConsentViewController/Classes/SPConsentManager.swift b/ConsentViewController/Classes/SPConsentManager.swift index 74bd20199..3cecf49bb 100644 --- a/ConsentViewController/Classes/SPConsentManager.swift +++ b/ConsentViewController/Classes/SPConsentManager.swift @@ -264,7 +264,7 @@ import UIKit } @objc extension SPConsentManager: SPSDK { - public static let VERSION = "7.7.5" + public static let VERSION = "7.7.6" public var gdprApplies: Bool { spCoordinator.userData.gdpr?.applies ?? false } diff --git a/README.md b/README.md index ad7fd970d..79ae6d269 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ In your `Podfile` add the following line to your app target: ``` -pod 'ConsentViewController', '7.7.5' +pod 'ConsentViewController', '7.7.6' ``` ### Carthage @@ -38,7 +38,7 @@ let package = Package( .package( name: "ConsentViewController", url: "https://github.com/SourcePointUSA/ios-cmp-app", - .upToNextMinor(from: "7.7.5") + .upToNextMinor(from: "7.7.6") ), ], targets: [