I think I've got things set up properly to deploy changes to nodejitsu through github commits, but changes to the version (in package.json) are not making their way through. Upping the version and then deploying using 'jitsu deploy' works as expected (producing version 0.0.3 for example), but upping the version, committing, and pushing to github results in a deploy with the same version number (0.0.3-1 for example).
Not sure what I'm missing. Thanks for the help.