You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be sure to increment the version in config.xml as well as package.json, since cordova seems to add that version as the spec when the plugin is added via:
We need to be sure to increment the version in
config.xml
as well aspackage.json
, since cordova seems to add that version as thespec
when the plugin is added via:Right now, the above results in the following being added to
config.xml
, even though the currently deployed version on npm is2.3.4
:It would be good to add something to the
prep-release
npm script to copy thepackage.json
version over toconfig.xml
.The text was updated successfully, but these errors were encountered: