Skip to content

Commit

Permalink
Updating SDK Version (#110)
Browse files Browse the repository at this point in the history
Updating version to 0.0.3

Co-authored-by: Peter-John <[email protected]>
  • Loading branch information
github-actions[bot] and Peter-John-paystack authored May 20, 2024
1 parent e4f8d65 commit 9c413b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PaystackCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'PaystackCore'
s.version = '0.0.1'
s.version = '0.0.3'
s.summary = 'The Paystack Public iOS SDK'

# TODO: Add correct descriptions
Expand Down
2 changes: 1 addition & 1 deletion PaystackUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'PaystackUI'
s.version = '0.0.1'
s.version = '0.0.3'
s.summary = 'The UI Flows build upon the Paystack Public iOS SDK'

# TODO: Add correct descriptions
Expand Down
4 changes: 2 additions & 2 deletions Sources/PaystackSDK/Versioning/versions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<plist version="1.0">
<dict>
<key>Description</key>
<string>Black</string>
<string>Alpine_Swift</string>
<key>Version</key>
<string>0.0.1</string>
<string>0.0.3</string>
</dict>
</plist>

0 comments on commit 9c413b6

Please sign in to comment.