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:
www/index.html- Update
<script type="text/javascript" src="cordova-x.x.x.js"></script>
- Update
VERSION- Update the version
- Commit and Tag
git commit -am "[app] Version x.x.x"git tag x.x.x