You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/05/08 15:55:07 UTC

git commit: [CB-3307] Remove instruction about updating version in cordova.js

Updated Branches:
  refs/heads/master e63b8823b -> 49560ebcb


[CB-3307] Remove instruction about updating version in cordova.js

No longer required.


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/49560ebc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/49560ebc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/49560ebc

Branch: refs/heads/master
Commit: 49560ebcb3b5c3b50ea567fb90efdad53928f2bb
Parents: e63b882
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed May 8 09:54:20 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed May 8 09:54:20 2013 -0400

----------------------------------------------------------------------
 README.md |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/49560ebc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 61256fe..b240887 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,9 @@ For example, Hello World `2.0.0` is compatible with Apache Cordova `2.0.0`.
 
 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`
+1. `VERSION`
     - Update the version
-3. Commit and Tag
+2. Commit and Tag
     - `git commit -am "[app] Version x.x.x"`
     - `git tag x.x.x`