Skip to content

Commit f7549f8

Browse files
Update version to 0.0.5
1 parent 9d4672f commit f7549f8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.4'
4+
s.version = '0.0.5'
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.4'
4+
s.version = '0.0.5'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<plist version="1.0">
44
<dict>
55
<key>Description</key>
6-
<string>Alpine_Swift</string>
6+
<string>0.0.5</string>
77
<key>Version</key>
8-
<string>0.0.4</string>
8+
<string>0.0.5</string>
99
</dict>
1010
</plist>

0 commit comments

Comments
 (0)