Skip to content

Commit f1311e5

Browse files
Updating SDK Version (#118)
Updated versions in podspec and plist for release Co-authored-by: michael-paystack <[email protected]>
1 parent 7545ba2 commit f1311e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PaystackCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'PaystackCore'
4-
s.version = '0.0.3'
4+
s.version = '0.0.4'
55
s.summary = 'The Paystack Public iOS SDK'
66

77
# TODO: Add correct descriptions

PaystackUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'PaystackUI'
4-
s.version = '0.0.3'
4+
s.version = '0.0.4'
55
s.summary = 'The UI Flows build upon the Paystack Public iOS SDK'
66

77
# TODO: Add correct descriptions

Sources/PaystackSDK/Versioning/versions.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<key>Description</key>
66
<string>Alpine_Swift</string>
77
<key>Version</key>
8-
<string>0.0.3</string>
8+
<string>0.0.4</string>
99
</dict>
1010
</plist>

0 commit comments

Comments
 (0)