From https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md :
"...when a new platform is released, and the platform pin in the CLI is correspondingly updated, the CLI receives a bump to its third digit, no matter the size of the version bump to those platform(s). If the CLI requires a change (beyond updating the pin) to handle the new platform, or if the CLI has other changes, then the second or even first digit of the CLI version may get bumped - the SemVer semantics still apply for the CLI." On Nov 7, 2014, at 1:02 PM, Shazron <shaz...@gmail.com> wrote: > What's our rule for incrementing cordova-cli version when a platform gets > updated? I can't find it in the docs.