Version 2.2.0rc2
2 files changed
tree: d9899db0474071100d203681c08256882d9a5867
  1. www/
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. README.md
  6. VERSION
README.md

Apache Cordova Hello World Application

Simple Hello World application and test suite.

Run Application

/www/index.html

Run Tests

/www/spec.html

Versions and Tags

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.

How to Update

Update to Apache Cordova x.x.x by:

  1. www/index.html
    • Update <script type="text/javascript" src="cordova-x.x.x.js"></script>
  2. VERSION
    • Update the version
  3. Commit and Tag
    • git commit -am "[app] Version x.x.x"
    • git tag x.x.x