Skip to content

Commit c02c9f7

Browse files
committed
Bug Fixes
1 parent 647e39f commit c02c9f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/FlutterwaveSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
INFOPLIST_FILE = FlutterwaveSDK/Info.plist;
515515
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
516516
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
517-
MARKETING_VERSION = 1.4.6;
517+
MARKETING_VERSION = 1.4.4;
518518
MODULE_NAME = ExampleApp;
519519
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
520520
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -535,7 +535,7 @@
535535
INFOPLIST_FILE = FlutterwaveSDK/Info.plist;
536536
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
537537
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
538-
MARKETING_VERSION = 1.4.6;
538+
MARKETING_VERSION = 1.4.4;
539539
MODULE_NAME = ExampleApp;
540540
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
541541
PRODUCT_NAME = "$(TARGET_NAME)";

FlutterwaveSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'FlutterwaveSDK'
11-
s.version = '1.4.6'
11+
s.version = '1.4.4'
1212
s.summary = 'FlutterwaveSDK'
1313

1414
# This description is used to generate tags and improve search results.
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.screenshots = 'https://github.com/Flutterwave/FlutterwaveSDK/blob/master/FlutterwaveSDK/Assets/Assets.xcassets/FlutterwaveScreenshot.imageset/FlutterwaveScreenshot.png'
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
2727
s.author = { 'Flutterwave Developers' => '[email protected]' }
28-
s.source = { :git => 'https://github.com/Flutterwave/FlutterwaveSDK.git', :tag => '1.4.6'}
28+
s.source = { :git => 'https://github.com/Flutterwave/FlutterwaveSDK.git', :tag => '1.4.4'}
2929
s.social_media_url = 'https://twitter.com/FlutterwaveEng'
3030

3131
s.ios.deployment_target = '11.0'

FlutterwaveSDK/Classes/Utils/RaveConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RaveConstants: NSObject {
2525

2626
}
2727

28-
static let flutterWaveVersion = "1.4.6"
28+
static let flutterWaveVersion = "1.4.4"
2929
static let flutterColor = UIColor(hex: "#F5A623")
3030

3131
static let bankStyle = [(code:"044",color:"#143f89",image:"rave_access2"),

0 commit comments

Comments
 (0)