You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/06/17 06:17:40 UTC

[29/32] ios commit: Set VERSION to 4.3.0-dev (via coho)

Set VERSION to 4.3.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/7dd57c99
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/7dd57c99
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/7dd57c99

Branch: refs/heads/master
Commit: 7dd57c99cdd7ded6ce0222e8b885562a41b2453e
Parents: 4134176
Author: Steve Gill <st...@gmail.com>
Authored: Thu Jun 16 21:13:08 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Jun 16 21:13:08 2016 -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/7dd57c99/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 5fb11aa..50299d1 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.2.0-dev
+4.3.0-dev

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7dd57c99/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index d1a316a..7b94571 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.3.0-dev";
 
 module.exports.version = VERSION;
 

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7dd57c99/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index cb8ca46..9e875c9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "4.2.0",
+  "version": "4.3.0-dev",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {
@@ -16,11 +16,11 @@
   ],
   "scripts": {
     "test": "npm run e2e-tests && npm run objc-tests && npm run unit-tests",
-        "posttest": "npm run jshint",
+    "posttest": "npm run jshint",
     "cover": "istanbul cover node_modules/jasmine-node/bin/jasmine-node -- tests/spec/unit",
     "e2e-tests": "jasmine-node --captureExceptions --color tests/spec",
     "objc-tests": "xcodebuild test -workspace tests/cordova-ios.xcworkspace -scheme CordovaLibTests -destination \"platform=iOS Simulator,name=iPhone 5\" CONFIGURATION_BUILD_DIR=\"`mktemp -d 2>/dev/null || mktemp -d -t 'cordova-ios'`\"",
-        "preobjc-tests" : "tests/scripts/killsim.js", 
+    "preobjc-tests": "tests/scripts/killsim.js",
     "unit-tests": "jasmine-node --captureExceptions --color tests/spec/unit",
     "jshint": "jshint bin tests"
   },


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