You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/11/22 12:26:21 UTC

[cordova-ios] branch 5.1.x updated: chore: apply lint fix to coho's version update

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch 5.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/5.1.x by this push:
     new 67b0256  chore: apply lint fix to coho's version update
67b0256 is described below

commit 67b0256b5c1ae10879f1271764e77dbe25a84be2
Author: Erisu <el...@gmail.com>
AuthorDate: Fri Nov 22 20:03:56 2019 +0900

    chore: apply lint fix to coho's version update
---
 bin/templates/scripts/cordova/version | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index f3895d3..503f373 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="5.1.0";
+var VERSION = '5.1.0';
 
 module.exports.version = VERSION;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org