Set VERSION to 4.5.0-dev (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/fb75906f Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/fb75906f Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/fb75906f Branch: refs/heads/master Commit: fb75906f7120091c9558680e93a25f65526e875a Parents: f250fc8 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 | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/fb75906f/CordovaLib/VERSION ---------------------------------------------------------------------- diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index 7075368..63bdbfa 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -4.4.0-dev +4.5.0-dev http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/fb75906f/bin/templates/scripts/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version index 1937710..06dab00 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.5.0-dev"; module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/fb75906f/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 551c15a..2218707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-ios", - "version": "4.4.0", + "version": "4.5.0-dev", "description": "cordova-ios release", "main": "bin/templates/scripts/cordova/Api.js", "repository": { @@ -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]
