Skip to content

Commit

Permalink
Updating SDK Version (#103)
Browse files Browse the repository at this point in the history
Updated versions in podspec and plist for release

Co-authored-by: Peter-John-paystack <[email protected]>
  • Loading branch information
github-actions[bot] and Peter-John-paystack authored Jan 25, 2024
1 parent 5a3574e commit c52ede1
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.1.0'
s.version = '0.0.1'
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.1.0'
s.version = '0.0.1'
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>Initial Release</string>
<string>Black</string>
<key>Version</key>
<string>0.0.0</string>
<string>0.0.1</string>
</dict>
</plist>

0 comments on commit c52ede1

Please sign in to comment.