Updated Branches: refs/heads/cordova-client c6d3886ae -> 0f37c453c
readme tweaks and 0.1.0! Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/commit/0f37c453 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/0f37c453 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/0f37c453 Branch: refs/heads/cordova-client Commit: 0f37c453c5841d64a218c9ad7a5dccad6a1662db Parents: df3fb0a Author: Fil Maj <maj....@gmail.com> Authored: Thu Oct 4 00:40:58 2012 -0700 Committer: Fil Maj <maj....@gmail.com> Committed: Thu Oct 4 00:40:58 2012 -0700 ---------------------------------------------------------------------- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/0f37c453/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1af49c4..929492d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ This file is what you should be editing to modify your application's metadata. A # Hooks -Projects created by cordova-client have `before` and `after` hooks for each [project command](#project_commands). These are located under the `.cordova/hooks` directory in the root of your cordova project. Any scripts you add to these directories will be executed before and after the appropriate commands. Useful for integrating your own build systems or integrating with version control systems. +Projects created by cordova-client have `before` and `after` hooks for each [project command](#project_commands). These are located under the `.cordova/hooks` directory in the root of your cordova project. Any scripts you add to these directories will be executed before and after the appropriate commands. Useful for integrating your own build systems or integrating with version control systems. __Remember__: make your scripts executable. # Examples http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/0f37c453/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 08c8cf3..619f541 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "0.0.9", + "version": "0.1.0", "preferGlobal": "true", "description": "Cordova client tool", "main": "cordova",