Skip to content

Updating the Library

Jeffrey Shen edited this page Aug 4, 2017 · 1 revision

We will occasionally roll out updates and new features, so periodically update the library by calling (from within the folder).

git pull origin master

We've designed the library to be backwards compatible, so there should not be any issues with updates breaking your code. However, if there is an error, please file a new issue here and in the meantime you can revert to a previously working commit.