Skip to content

Commit

Permalink
[bump] v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimlawal committed May 25, 2017
1 parent d68b9c9 commit 055586b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 3.0.4 2017-05-25

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

=== 3.0.3 2017-05-24

* Hotfix Ensure we notify caller when showing or dismissing our dialogs
Expand Down
4 changes: 2 additions & 2 deletions Example/Paystack iOS Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3</string>
<string>3.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.3'
s.version = '3.0.4'
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
4 changes: 2 additions & 2 deletions Paystack/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3</string>
<string>3.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Paystack/PSTCKAPIClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
static NSString *const chargeEndpoint = @"charge/mobile_charge";
static NSString *const validateEndpoint = @"charge/validate";
static NSString *const requeryEndpoint = @"charge/requery/";
static NSString *const paystackAPIVersion = @"2017-04-09";
static NSString *const paystackAPIVersion = @"2017-05-25";
static NSString *PSTCKDefaultPublicKey;
static Boolean PROCESSING = false;

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.3";
static NSString *const __nonnull PSTCKSDKBuild = @"12";
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.4";
static NSString *const __nonnull PSTCKSDKBuild = @"13";

@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.3
3.0.4

0 comments on commit 055586b

Please sign in to comment.