@menvia/farol-sdk
v1.9.1
Published
Farol SDK
Downloads
291
Readme
Generate new version
- Make the desired changes;
- If new files were added, update gulpfile.js file;
- Update CHANGELOG.md file;
- Update package.json file with the new version;
- Update this file with the new version;
- Run the commands below:
- Run ``` gulp git add -A git commit -am"Updates" git push git tag 1.9.1 git push origin --tags npm publish --access public
## To update the client project
- Run ```
bower install [email protected] -F -S