-
Notifications
You must be signed in to change notification settings - Fork 3
readme updates #12
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
readme updates #12
Conversation
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.
awesome!
package.json
Outdated
@@ -1,22 +1,37 @@ | |||
{ | |||
"name": "modzy-sdk", | |||
"version": "1.0.1", | |||
"version": "0.7.2", |
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'm guessing the intention here was to align this SDK version with our 0.7.2 release of Modzy, but we should never push a new version that has a lower version number otherwise it will never get pulled when someone runs yarn install
.
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.
So the version bump should be 1.0.2
or something like that.
Description
Related issues
Tests
Checklist