Skip to content

Commit 055586b

Browse files
committed
[bump] v3.0.4
1 parent d68b9c9 commit 055586b

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 3.0.4 2017-05-25
2+
3+
* Hotfix Ensure we notify caller when showing or dismissing our dialogs
4+
15
=== 3.0.3 2017-05-24
26

37
* Hotfix Ensure we notify caller when showing or dismissing our dialogs

Example/Paystack iOS Example/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.3</string>
18+
<string>3.0.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016- Paystack, Inc. (https://paystack.com)
3+
Copyright (c) 2017 Paystack, Inc. (https://paystack.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Paystack.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 = 'Paystack'
3-
s.version = '3.0.3'
3+
s.version = '3.0.4'
44
s.summary = 'Paystack is a web-based API helping African Businesses accept payments online.'
55
s.description = <<-DESC
66
Paystack makes it easy for African Businesses to accept Mastercard, Visa and Verve cards from anyone, anywhere in the world.

Paystack/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.3</string>
18+
<string>3.0.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Paystack/PSTCKAPIClient.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
static NSString *const chargeEndpoint = @"charge/mobile_charge";
3939
static NSString *const validateEndpoint = @"charge/validate";
4040
static NSString *const requeryEndpoint = @"charge/requery/";
41-
static NSString *const paystackAPIVersion = @"2017-04-09";
41+
static NSString *const paystackAPIVersion = @"2017-05-25";
4242
static NSString *PSTCKDefaultPublicKey;
4343
static Boolean PROCESSING = false;
4444

Paystack/PublicHeaders/PSTCKAPIClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#import <UIKit/UIViewController.h>
99
#endif
1010

11-
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.3";
12-
static NSString *const __nonnull PSTCKSDKBuild = @"12";
11+
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.4";
12+
static NSString *const __nonnull PSTCKSDKBuild = @"13";
1313

1414
@class PSTCKCard, PSTCKCardParams, PSTCKTransactionParams, PSTCKToken;
1515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.0.4

0 commit comments

Comments
 (0)