Skip to content

Commit

Permalink
bump version to 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderWedrychowskiKarhoo committed May 11, 2023
1 parent 22f33c0 commit 4e27caa
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
{
"identity" : "braintree-ios-drop-in",
"kind" : "remoteSourceControl",
"location" : "https://github.com/karhoo/braintree-ios-drop-in",
"location" : "https://github.com/braintree/braintree-ios-drop-in",
"state" : {
"branch" : "update-wording",
"revision" : "8eddbad06f5d4b66cdf1fce167f3816669054067"
"revision" : "81236a6c612f9b1ff04da6c12bc1869a859fe6fb",
"version" : "9.8.0"
}
},
{
Expand Down Expand Up @@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/karhoo/karhoo-ios-sdk",
"state" : {
"branch" : "master",
"revision" : "876b98dc2af30ca362a8f04d01b72497ea0f80c6"
"revision" : "0d8259abab009be623d2522f9fa41d1b54c1091a",
"version" : "1.8.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion KarhooUISDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "KarhooUISDK"
s.version = "1.12.2"
s.version = "1.12.3"
s.summary = "Karhoo UI SDK"
s.homepage = "https://developer.karhoo.com/docs/build-apps-using-sdks"
s.license = 'BSD 2-Clause'
Expand Down
4 changes: 2 additions & 2 deletions KarhooUISDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5443,7 +5443,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.12.2;
MARKETING_VERSION = 1.12.3;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -5486,7 +5486,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.12.2;
MARKETING_VERSION = 1.12.3;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion KarhooUISDK/API/KarhooUISDKConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import KarhooSDK
import UIKit

public let karhooUiSdkVersion = "1.12.2"
public let karhooUiSdkVersion = "1.12.3"

public protocol KarhooUISDKConfiguration: KarhooSDKConfiguration {
func logo() -> UIImage
Expand Down
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
{
"identity" : "braintree-ios-drop-in",
"kind" : "remoteSourceControl",
"location" : "https://github.com/karhoo/braintree-ios-drop-in",
"location" : "https://github.com/braintree/braintree-ios-drop-in",
"state" : {
"branch" : "update-wording",
"revision" : "8eddbad06f5d4b66cdf1fce167f3816669054067"
"revision" : "81236a6c612f9b1ff04da6c12bc1869a859fe6fb",
"version" : "9.8.0"
}
},
{
Expand Down Expand Up @@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/karhoo/karhoo-ios-sdk",
"state" : {
"branch" : "master",
"revision" : "876b98dc2af30ca362a8f04d01b72497ea0f80c6"
"revision" : "0d8259abab009be623d2522f9fa41d1b54c1091a",
"version" : "1.8.0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ You can use [CocoaPods](http://cocoapods.org/) to install `KarhooUISDK` by addin

use_frameworks!
pod 'KarhooSDK', '1.8.0'
pod 'KarhooUISDK', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.12.2'
pod 'KarhooUISDK', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.12.3'
```
Depending on payment provider you want to use in your integration add:
```ruby
pod 'KarhooUISDK/Adyen', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.12.2'
pod 'KarhooUISDK/Adyen', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.12.3'
```
or
```ruby
pod 'KarhooUISDK/Braintree', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.12.2'
pod 'KarhooUISDK/Braintree', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.12.3'
```

then import `KarhooUISDK` wherever you want to access Karhoo services
Expand Down

0 comments on commit 4e27caa

Please sign in to comment.