Skip to content

Commit

Permalink
Bump to version 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimlawal committed Mar 29, 2019
1 parent 918da9b commit 832b5b1
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 3.0.6 2019-03-29

* Change title and placeholder of OTP dialog

=== 3.0.5 2018-04-13

* Allow adding an NSMutableDictionary or an NSMutableArray directly to metadata
Expand Down
2 changes: 1 addition & 1 deletion Example/Paystack iOS Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.5</string>
<string>3.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Paystack.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Paystack'
s.version = '3.0.5'
s.version = '3.0.6'
s.summary = 'Paystack is a web-based API helping African Businesses accept payments online.'
s.description = <<-DESC
Paystack makes it easy for African Businesses to accept Mastercard, Visa and Verve cards from anyone, anywhere in the world.
Expand Down
8 changes: 8 additions & 0 deletions Paystack.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Paystack/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.5</string>
<string>3.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions Paystack/PublicHeaders/PSTCKAPIClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#import <UIKit/UIViewController.h>
#endif

static NSString *const __nonnull PSTCKSDKVersion = @"3.0.5";
static NSString *const __nonnull PSTCKSDKBuild = @"14";
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.6";
static NSString *const __nonnull PSTCKSDKBuild = @"15";

@class PSTCKCard, PSTCKCardParams, PSTCKTransactionParams, PSTCKToken;

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.5
3.0.6

0 comments on commit 832b5b1

Please sign in to comment.