Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 2b521cf

Browse files
bump version to 1.4.0
1 parent a34a90b commit 2b521cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CCPAConsentViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CCPAConsentViewController'
3-
s.version = '1.3.3'
3+
s.version = '1.4.0'
44
s.summary = 'SourcePoint\'s CCPAConsentViewController to handle privacy consents.'
55
s.homepage = 'https://www.sourcepoint.com'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We strongly recommend the use of [CocoaPods](https://cocoapods.org) in order to
88
In your `Podfile` add the following line to your app target:
99

1010
```
11-
pod 'CCPAConsentViewController', '1.3.3'
11+
pod 'CCPAConsentViewController', '1.4.0'
1212
```
1313
### Carthage
1414
We also support [Carthage](https://github.com/Carthage/Carthage). It requires a couple more steps to install so we dedicated a whole [wiki page](https://github.com/SourcePointUSA/CCPA_iOS_SDK/wiki/Carthage-SDK-integration-guide) for it.

0 commit comments

Comments
 (0)