Skip to content

Commit

Permalink
Package version bump (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Popa <[email protected]>
  • Loading branch information
stefan-tudor and stefanpopa authored Jan 22, 2024
1 parent 0b51510 commit ebf1dd4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.2.8;
MARKETING_VERSION = 3.3.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.judo.JudoPayDemoObjC;
PRODUCT_MODULE_NAME = JudoKit;
Expand Down Expand Up @@ -896,7 +896,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.2.8;
MARKETING_VERSION = 3.3.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.judo.JudoPayDemoObjC;
PRODUCT_MODULE_NAME = JudoKit;
Expand Down
2 changes: 1 addition & 1 deletion Examples/ObjectiveCExampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'ObjectiveCExampleApp' do
pod 'Judo3DS2_iOS', '1.1.4'

pod 'JudoKit-iOS', :path => '../../'
# pod 'JudoKit-iOS', '3.2.8'
# pod 'JudoKit-iOS', '3.3.0'

pod 'MaterialComponents/Snackbar'
pod 'InAppSettingsKit', '3.3.6'
Expand Down
6 changes: 3 additions & 3 deletions Examples/ObjectiveCExampleApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- OpenSSL-Universal (~> 1.1.180)
- InAppSettingsKit (3.3.6)
- Judo3DS2_iOS (1.1.4)
- JudoKit-iOS (3.2.8):
- JudoKit-iOS (3.3.0):
- DeviceDNA (~> 2.0.0)
- Judo3DS2_iOS (~> 1.1.4)
- RavelinEncrypt (= 1.1.1)
Expand Down Expand Up @@ -111,14 +111,14 @@ SPEC CHECKSUMS:
DeviceDNA: 9ff289d1fb983937754b324fa0adade2081210c4
InAppSettingsKit: 37df0b44132380d4c7db6fc7cded92997e29873a
Judo3DS2_iOS: 5cca966ec8425a315d6a96ff64f0b760dd991f32
JudoKit-iOS: cecbe3273ad615ad6968a8b3ed600a402d03f73d
JudoKit-iOS: ce7c875a79860f20d86fc0561eaefb71738f6845
MaterialComponents: 1a9b2d9d45b1601ae544de85089adc4c464306d4
MDFInternationalization: d697c55307816222a55685c4ccb1044ffb030c12
MDFTextAccessibility: f4bb4cc2194286651b59a215fdeaa0e05dc90ba5
OpenSSL-Universal: 6e1ae0555546e604dbc632a2b9a24a9c46c41ef6
RavelinEncrypt: 343327b88f39802bc269ae00da831a801982388b
TrustKit: 7858ea59d0e226b1457b2e9cc8b95d77ab21d471

PODFILE CHECKSUM: 058be2228693a67feaa663db1c657ea71d485c39
PODFILE CHECKSUM: d0586020c8fd66f32b8a19cf1accd70d59bffb6d

COCOAPODS: 1.14.3
6 changes: 3 additions & 3 deletions Examples/SwiftExampleApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- OpenSSL-Universal (~> 1.1.180)
- InAppSettingsKit (3.3.6)
- Judo3DS2_iOS (1.1.4)
- JudoKit-iOS (3.2.7):
- JudoKit-iOS (3.3.0):
- DeviceDNA (~> 2.0.0)
- Judo3DS2_iOS (~> 1.1.4)
- RavelinEncrypt (= 1.1.1)
Expand Down Expand Up @@ -41,12 +41,12 @@ SPEC CHECKSUMS:
DeviceDNA: 9ff289d1fb983937754b324fa0adade2081210c4
InAppSettingsKit: 37df0b44132380d4c7db6fc7cded92997e29873a
Judo3DS2_iOS: 5cca966ec8425a315d6a96ff64f0b760dd991f32
JudoKit-iOS: 26ec59d8fc2e8733d20bb505361692140c032ab7
JudoKit-iOS: ce7c875a79860f20d86fc0561eaefb71738f6845
OpenSSL-Universal: 708e3d1e616a2c40f09a880aafc4b14d2f2a61ec
RavelinEncrypt: 343327b88f39802bc269ae00da831a801982388b
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5
TrustKit: 55804401e9a95db0bbfff9a08373bfd91953071f

PODFILE CHECKSUM: 9b36b37c6f700efc47722cb28a3f5d21ee9443bf

COCOAPODS: 1.13.0
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion JudoKit-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JudoKit-iOS'
s.version = '3.2.8'
s.version = '3.3.0'
s.summary = 'Judo Pay Full iOS Client Kit'
s.homepage = 'https://www.judopay.com/'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion Source/Models/Constants/JPConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#import <Foundation/Foundation.h>

static NSString *const kJudoKitName = @"JudoKit_iOS";
static NSString *const kJudoKitVersion = @"3.2.8";
static NSString *const kJudoKitVersion = @"3.3.0";

/* Patterns */
static NSString *const kDefaultPattern = @"XXXX XXXX XXXX XXXX";
Expand Down

0 comments on commit ebf1dd4

Please sign in to comment.