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 11:05:09 UTC

[cordova-ios] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


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

commit cb6c0470869f8a7923cb9df1e070fd6ec00e0407
Author: Erisu <el...@gmail.com>
AuthorDate: Fri Nov 22 19:53:19 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 c31fab1..cdd615b 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="5.2.0-dev";
+var VERSION = '5.2.0-dev';
 
 module.exports.version = VERSION;
 


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