You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/08/27 18:58:28 UTC

git commit: coho updates version file for amazon-fireos now

Repository: cordova-coho
Updated Branches:
  refs/heads/master 281787358 -> fc19e7f13


coho updates version file for amazon-fireos now


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/fc19e7f1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/fc19e7f1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/fc19e7f1

Branch: refs/heads/master
Commit: fc19e7f13124c7f3f6c1de488d283f70d1b3775d
Parents: 2817873
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 27 09:58:24 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 27 09:58:24 2014 -0700

----------------------------------------------------------------------
 src/cadance-release.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/fc19e7f1/src/cadance-release.js
----------------------------------------------------------------------
diff --git a/src/cadance-release.js b/src/cadance-release.js
index 2646443..afc92ce 100644
--- a/src/cadance-release.js
+++ b/src/cadance-release.js
@@ -121,7 +121,7 @@ function *updateRepoVersion(repo, version) {
             fs.writeFileSync(versionFilePath, version + '\n');
         });
         shelljs.config.fatal = true;
-        if (repo.id == 'android') {
+        if (repo.id == 'android' || repo.id == 'amazon-fireos') {
             shelljs.sed('-i', /CORDOVA_VERSION.*=.*;/, 'CORDOVA_VERSION = "' + version + '";', path.join('framework', 'src', 'org', 'apache', 'cordova', 'CordovaWebView.java'));
             shelljs.sed('-i', /VERSION.*=.*;/, 'VERSION = "' + version + '";', path.join('bin', 'templates', 'cordova', 'version'));
         } else if (repo.id == 'firefoxos') {