Skip to content

Commit

Permalink
'update version to 7.6.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Apr 30, 2024
1 parent ce66be0 commit 7e46786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ConsentViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ConsentViewController'
s.version = '7.6.7'
s.version = '7.6.8'
s.summary = 'SourcePoint\'s ConsentViewController to handle privacy consents.'
s.homepage = 'https://www.sourcepoint.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion ConsentViewController/Classes/SPConsentManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ import UIKit
}

@objc extension SPConsentManager: SPSDK {
public static let VERSION = "7.6.7"
public static let VERSION = "7.6.8"

public var gdprApplies: Bool { spCoordinator.userData.gdpr?.applies ?? false }

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
In your `Podfile` add the following line to your app target:

```
pod 'ConsentViewController', '7.6.7'
pod 'ConsentViewController', '7.6.8'
```

### Carthage
Expand Down Expand Up @@ -38,7 +38,7 @@ let package = Package(
.package(
name: "ConsentViewController",
url: "https://github.com/SourcePointUSA/ios-cmp-app",
.upToNextMinor(from: "7.6.7")
.upToNextMinor(from: "7.6.8")
),
],
targets: [
Expand Down

0 comments on commit 7e46786

Please sign in to comment.