Simple Hello World application and test suite.
/www/index.html
/www/spec.html
The Hello World's version is directly tied to an Apache Cordova release.
For example, Hello World 2.0.0
is compatible with Apache Cordova 2.0.0
.
Update to Apache Cordova x.x.x by:
VERSION
- Update the version
- Commit and Tag
git commit -am "[app] Version x.x.x"
git tag x.x.x