Skip to content

Commit

Permalink
Updated versions in podspec and plist for release
Browse files Browse the repository at this point in the history
Update versions.plist
  • Loading branch information
michael-paystack committed Nov 5, 2024
1 parent 7545ba2 commit 9d282c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3'
s.version = '0.0.4'
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.3'
s.version = '0.0.4'
s.summary = 'The UI Flows build upon the Paystack Public iOS SDK'

# TODO: Add correct descriptions
Expand Down
2 changes: 1 addition & 1 deletion Sources/PaystackSDK/Versioning/versions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<key>Description</key>
<string>Alpine_Swift</string>
<key>Version</key>
<string>0.0.3</string>
<string>0.0.4</string>
</dict>
</plist>

0 comments on commit 9d282c9

Please sign in to comment.