Set VERSION to 4.2.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/714059fa Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/714059fa Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/714059fa Branch: refs/heads/master Commit: 714059fa59c5383399383690ceac0976f2a0749e Parents: a7f39e6 Author: Edna Morales <[email protected]> Authored: Fri Apr 1 16:57:25 2016 -0400 Committer: Edna Morales <[email protected]> Committed: Fri Apr 1 16:57:25 2016 -0400 ---------------------------------------------------------------------- bin/templates/scripts/cordova/version | 2 +- package.json | 108 ++++++++++++++--------------- 2 files changed, 55 insertions(+), 55 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/714059fa/bin/templates/scripts/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version index 9fadd14..d1a316a 100755 --- a/bin/templates/scripts/cordova/version +++ b/bin/templates/scripts/cordova/version @@ -26,7 +26,7 @@ */ // Coho updates this line -var VERSION="4.2.0-dev" +var VERSION="4.2.0-dev"; module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/714059fa/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 65f9158..62b6b5f 100644 --- a/package.json +++ b/package.json @@ -1,55 +1,55 @@ { - "name": "cordova-ios", - "version": "4.1.1", - "description": "cordova-ios release", - "main": "bin/templates/scripts/cordova/Api.js", - "repository": { - "type": "git", - "url": "https://git-wip-us.apache.org/repos/asf/cordova-ios.git" - }, - "keywords": [ - "ios", - "cordova", - "apache", - "ecosystem:cordova", - "cordova:platform" - ], - "scripts": { - "test": "npm run jshint && npm run e2e-tests && npm run objc-tests && npm run unit-tests", - "cover": "istanbul cover node_modules/jasmine-node/bin/jasmine-node -- tests/spec/unit", - "e2e-tests": "jasmine-node --captureExceptions --color tests/spec/create.spec.js", - "objc-tests": "jasmine-node --captureExceptions --color tests/spec/cordovalib.spec.js", - "unit-tests": "jasmine-node --captureExceptions --color tests/spec/unit", - "jshint": "jshint bin tests" - }, - "author": "Apache Software Foundation", - "license": "Apache Version 2.0", - "devDependencies": { - "coffee-script": "^1.7.1", - "istanbul": "^0.4.2", - "jasmine-node": "~1", - "jshint": "^2.6.0", - "nodeunit": "^0.8.7", - "rewire": "^2.5.1", - "tmp": "^0.0.26", - "uncrustify": "^0.6.1" - }, - "dependencies": { - "cordova-common": "^1.1.0", - "ios-sim": "^5.0.7", - "nopt": "^3.0.6", - "plist": "^1.2.0", - "q": "^1.4.1", - "shelljs": "^0.5.3", - "xcode": "^0.8.3" - }, - "bundledDependencies": [ - "cordova-common", - "ios-sim", - "nopt", - "plist", - "q", - "shelljs", - "xcode" - ] -} + "name": "cordova-ios", + "version": "4.2.0-dev", + "description": "cordova-ios release", + "main": "bin/templates/scripts/cordova/Api.js", + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-ios.git" + }, + "keywords": [ + "ios", + "cordova", + "apache", + "ecosystem:cordova", + "cordova:platform" + ], + "scripts": { + "test": "npm run jshint && npm run e2e-tests && npm run objc-tests && npm run unit-tests", + "cover": "istanbul cover node_modules/jasmine-node/bin/jasmine-node -- tests/spec/unit", + "e2e-tests": "jasmine-node --captureExceptions --color tests/spec/create.spec.js", + "objc-tests": "jasmine-node --captureExceptions --color tests/spec/cordovalib.spec.js", + "unit-tests": "jasmine-node --captureExceptions --color tests/spec/unit", + "jshint": "jshint bin tests" + }, + "author": "Apache Software Foundation", + "license": "Apache Version 2.0", + "devDependencies": { + "coffee-script": "^1.7.1", + "istanbul": "^0.4.2", + "jasmine-node": "~1", + "jshint": "^2.6.0", + "nodeunit": "^0.8.7", + "rewire": "^2.5.1", + "tmp": "^0.0.26", + "uncrustify": "^0.6.1" + }, + "dependencies": { + "cordova-common": "^1.1.0", + "ios-sim": "^5.0.7", + "nopt": "^3.0.6", + "plist": "^1.2.0", + "q": "^1.4.1", + "shelljs": "^0.5.3", + "xcode": "^0.8.3" + }, + "bundledDependencies": [ + "cordova-common", + "ios-sim", + "nopt", + "plist", + "q", + "shelljs", + "xcode" + ] +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
