-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade IOS version to 1.7.2 #112
base: master
Are you sure you want to change the base?
Conversation
mansi-square
commented
Apr 22, 2024
- Upgrade IOS version to 1.7.2
- Upgrade app plugin version
1. Upgrade IOS version to 1.7.2 2. Upgrade app plugin version
@@ -3,7 +3,7 @@ | |||
# | |||
Pod::Spec.new do |s| | |||
s.name = 'square_reader_sdk' | |||
s.version = '3.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am curious why this was 3.0.0
before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like before it was attempting to be synced with this
version: 4.0.0 |
I think this podspec is never published to CocoaPods so I think technically we can down version it like this.. but maybe we won't to keep it in sync with the plugin version? So 5.0.0, it looks like is what we're calling this next version.
I think this version number needs an update also.
|