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/bbcd152a Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/bbcd152a Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/bbcd152a Branch: refs/heads/master Commit: bbcd152aa0971683252ba222af3ef14f12ddfbf4 Parents: cad1e64 Author: Steve Gill <[email protected]> Authored: Wed Feb 24 17:19:40 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Feb 24 17:19:40 2016 -0800 ---------------------------------------------------------------------- CordovaLib/VERSION | 2 +- bin/templates/scripts/cordova/version | 2 +- package.json | 98 +++++++++++++++--------------- 3 files changed, 51 insertions(+), 51 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/bbcd152a/CordovaLib/VERSION ---------------------------------------------------------------------- diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index 4aa925d..5fb11aa 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -4.1.0-dev +4.2.0-dev http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/bbcd152a/bin/templates/scripts/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version index 832e84c..9fadd14 100755 --- a/bin/templates/scripts/cordova/version +++ b/bin/templates/scripts/cordova/version @@ -26,7 +26,7 @@ */ // Coho updates this line -var VERSION="4.1.0-dev" +var VERSION="4.2.0-dev" module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/bbcd152a/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index f677883..c3b86da 100644 --- a/package.json +++ b/package.json @@ -1,50 +1,50 @@ { - "name": "cordova-ios", - "version": "4.1.0", - "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 jasmine", - "jasmine": "npm run objc-tests && npm run jasmine-tests", - "objc-tests": "jasmine-node --captureExceptions --color tests/spec/cordovalib.spec.js", - "jasmine-tests": "jasmine-node --captureExceptions --color tests/spec/create.spec.js", - "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests" - }, - "author": "Apache Software Foundation", - "license": "Apache Version 2.0", - "devDependencies": { - "jshint": "^2.6.0", - "uncrustify": "^0.6.1", - "tmp": "^0.0.26", - "jasmine-node": "~1", - "coffee-script": "^1.7.1", - "nodeunit": "^0.8.7" - }, - "dependencies": { - "cordova-common": "^1.1.0", - "ios-sim": "^5.0.6", - "nopt": "^3.0.6", - "q": "^1.4.1", - "shelljs": "^0.5.3", - "xcode": "^0.8.3" - }, - "bundledDependencies" : [ - "cordova-common", - "ios-sim", - "nopt", - "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 jasmine", + "jasmine": "npm run objc-tests && npm run jasmine-tests", + "objc-tests": "jasmine-node --captureExceptions --color tests/spec/cordovalib.spec.js", + "jasmine-tests": "jasmine-node --captureExceptions --color tests/spec/create.spec.js", + "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests" + }, + "author": "Apache Software Foundation", + "license": "Apache Version 2.0", + "devDependencies": { + "jshint": "^2.6.0", + "uncrustify": "^0.6.1", + "tmp": "^0.0.26", + "jasmine-node": "~1", + "coffee-script": "^1.7.1", + "nodeunit": "^0.8.7" + }, + "dependencies": { + "cordova-common": "^1.1.0", + "ios-sim": "^5.0.6", + "nopt": "^3.0.6", + "q": "^1.4.1", + "shelljs": "^0.5.3", + "xcode": "^0.8.3" + }, + "bundledDependencies": [ + "cordova-common", + "ios-sim", + "nopt", + "q", + "shelljs", + "xcode" + ] +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
