Skip to content

Commit 3fa7ccf

Browse files
Merge branch 'development'
* development: Project version is updated to 1.0.13
2 parents d2eea01 + e82e6f9 commit 3fa7ccf

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

ClickioConsentSDKManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |spec|
66

77
spec.module_name = "ClickioConsentSDKManager"
88

9-
spec.version = "1.0.13-rc"
9+
spec.version = "1.0.13"
1010

1111
spec.summary = "Native SDK for managing user consents, integrating a WebView-based consent dialog into iOS apps for streamlined privacy compliance."
1212

ClickioConsentSDKManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
"@executable_path/Frameworks",
354354
"@loader_path/Frameworks",
355355
);
356-
MARKETING_VERSION = "1.0.13-rc";
356+
MARKETING_VERSION = 1.0.13;
357357
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
358358
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
359359
PRODUCT_BUNDLE_IDENTIFIER = com.ClickioConsentSDKManager;
@@ -394,7 +394,7 @@
394394
"@executable_path/Frameworks",
395395
"@loader_path/Frameworks",
396396
);
397-
MARKETING_VERSION = "1.0.13-rc";
397+
MARKETING_VERSION = 1.0.13;
398398
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
399399
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
400400
PRODUCT_BUNDLE_IDENTIFIER = com.ClickioConsentSDKManager;

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before integrating `ClickioConsentSDKManager` (hereinafter reffered to as the `C
2020
**Swift Package Manager**
2121
- File > Swift Packages > Add Package Dependency
2222
- Add `https://github.com/ClickioTech/ClickioConsentSDK-IOS.git`
23-
- Select "Up to Next Major" with "1.0.13-rc"
23+
- Select "Up to Next Major" with "1.0.13"
2424

2525
**CocoaPods**
2626
- You can install ClickioConsentSDKManager pod from CocoaPods library:
@@ -29,7 +29,7 @@ platform :ios, '15.0'
2929
use_frameworks!
3030
3131
target 'YourApp' do
32-
pod 'ClickioConsentSDKManager', '~> 1.0.13-rc'
32+
pod 'ClickioConsentSDKManager', '~> 1.0.13'
3333
end
3434
```
3535

@@ -39,7 +39,7 @@ platform :ios, '15.0'
3939
use_frameworks!
4040
4141
target 'YourApp' do
42-
pod 'ClickioConsentSDKManager', :git => 'https://github.com/ClickioTech/ClickioConsentSDK-IOS.git', :tag => '1.0.13-rc'
42+
pod 'ClickioConsentSDKManager', :git => 'https://github.com/ClickioTech/ClickioConsentSDK-IOS.git', :tag => '1.0.13'
4343
end
4444
```
4545

0 commit comments

Comments
 (0)