Skip to content

Commit

Permalink
Bumped version to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Karayannis committed Jan 28, 2019
1 parent 10b2e67 commit f161c54
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Kite-Print-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Kite-Print-SDK'
spec.version = '7.0.2'
spec.version = '7.0.3'
spec.license = { :type => 'MIT', :file => 'Kite-SDK/LICENSE' }
spec.homepage = 'https://github.com/OceanLabs/iOS-Print-SDK'
spec.authors = {'Deon Botha' => 'deon@oceanlabs.co'}
Expand Down
5 changes: 4 additions & 1 deletion Kite-SDK/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
### 7.0.3
- Updated to the latest Photobook

### 7.0.2
- Fixed crash if PayPal is not installed

### 7.0.1
- Updated for the newest Photobook
- Updated to the latest Photobook

# 7.0.0
- New: Photobook building experience
Expand Down
2 changes: 1 addition & 1 deletion Kite-SDK/PSPrintSDK/OLConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#import "OLConstants.h"

NSString *const kOLKiteSDKVersion = @"7.0.2";
NSString *const kOLKiteSDKVersion = @"7.0.3";
NSString *const kOLKiteSDKErrorDomain = @"co.oceanlabs.kOLKiteSDKErrorDomain";
NSString *const kNotificationTemplateSyncComplete = @"co.oceanlabs.pssdk.notification.kNotificationSyncComplete";
NSString *const kNotificationTemplateSyncPartialComplete = @"co.oceanlabs.pssdk.notification.kNotificationTemplateSyncPartialComplete";
Expand Down
22 changes: 11 additions & 11 deletions Kite-SDK/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ PODS:
- Bolts/AppLinks (1.9.0):
- Bolts/Tasks
- Bolts/Tasks (1.9.0)
- FBSDKCoreKit (4.38.1):
- FBSDKCoreKit (4.40.0):
- Bolts (~> 1.9)
- FBSDKLoginKit (4.38.1):
- FBSDKLoginKit (4.40.0):
- FBSDKCoreKit
- KeychainSwift (11.0.0)
- KITAssetsPickerController (1.0.9):
- PureLayout (~> 3.0.0)
- NXOAuth2Client (1.2.8)
- PayPal-iOS-Dynamic-Loader (1.0.1)
- PayPal-iOS-SDK/Core (2.18.1)
- Photobook (1.2.0):
- Photobook (1.3.0):
- Analytics (~> 3.0)
- KeychainSwift (~> 11.0.0)
- PayPal-iOS-Dynamic-Loader
- SDWebImage (~> 4.4.0)
- Stripe
- PureLayout (3.0.2)
- SDWebImage (4.4.3):
- SDWebImage/Core (= 4.4.3)
- SDWebImage/Core (4.4.3)
- SDWebImage (4.4.4):
- SDWebImage/Core (= 4.4.4)
- SDWebImage/Core (4.4.4)
- Stripe (14.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -63,18 +63,18 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
Analytics: 63744ad4afa65c3bcdcdb7a94b62515bde5b3900
Bolts: ac6567323eac61e203f6a9763667d0f711be34c8
FBSDKCoreKit: 8d47857400e2f5bdea697a80daff882e91c84ef6
FBSDKLoginKit: 4621c690d9dd8628031a4791497062183ea34b0d
FBSDKCoreKit: ae214474b25033399c131dc81d258e412582a2ba
FBSDKLoginKit: 7a1e411d46acc8834588eca437daf34de42e1d52
KeychainSwift: bea6bd9f98af7b8d7ca4aa79fe105c00fab532db
KITAssetsPickerController: bcb94b0b3267006fa666041f18a2370a00a9b105
NXOAuth2Client: 98c4d4c594edd2b289cfc34a8928653e1dab7adf
PayPal-iOS-Dynamic-Loader: a32db083fe7e8f8d9ad4309e483e369c9a47e5eb
PayPal-iOS-SDK: 10654cd111e911a9807bddb96fae81aacb8e9915
Photobook: 71f052e0691ba9e9bc6283d2526d3440873607c3
Photobook: 3928611b6792ea198a63f16efe45e64421a90df3
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
SDWebImage: c5594f1a19c48d526d321e548902b56b479cd508
SDWebImage: c00ec18ab25d10e5ffac109b0f78d1b4341c9691
Stripe: db29ad197c74aca6fb981e4e8355cf7ebd0fca5a

PODFILE CHECKSUM: 91f0c05f14200c86beaa313a8fb791dec08482ee
PODFILE CHECKSUM: 8ed41edaed29555ac22a2ec81a93460ff9263db2

COCOAPODS: 1.5.3

0 comments on commit f161c54

Please sign in to comment.