Repository: cordova-ios Updated Branches: refs/heads/4.4.x [created] 6b25611ae
Set VERSION to 4.4.0 (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/6b25611a Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/6b25611a Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/6b25611a Branch: refs/heads/4.4.x Commit: 6b25611ae977274853426549c57b4ade08c0ce9c Parents: 0e934cc Author: Shazron Abdullah <[email protected]> Authored: Sat Apr 22 12:25:06 2017 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Sat Apr 22 12:25:06 2017 -0700 ---------------------------------------------------------------------- CordovaLib/VERSION | 2 +- bin/templates/scripts/cordova/version | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/6b25611a/CordovaLib/VERSION ---------------------------------------------------------------------- diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index 7075368..fdc6698 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -4.4.0-dev +4.4.0 http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/6b25611a/bin/templates/scripts/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version index 1937710..7b7d0c0 100755 --- a/bin/templates/scripts/cordova/version +++ b/bin/templates/scripts/cordova/version @@ -26,7 +26,7 @@ */ // Coho updates this line -var VERSION="4.4.0-dev"; +var VERSION="4.4.0"; module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/6b25611a/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 551c15a..5866580 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,9 @@ "tmp": "^0.0.26", "uncrustify": "^0.6.1" }, - "engines" : { - "node" : ">=4" - }, + "engines": { + "node": ">=4" + }, "dependencies": { "cordova-common": "2.0.2", "ios-sim": "^5.0.12", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
