You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/03/06 23:27:55 UTC

[23/31] ios commit: Set VERSION to 3.9.0-dev (via coho)

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

Branch: refs/heads/wkwebview
Commit: c0cdca058ff12647b82f994024216fbafc578581
Parents: a395f5f
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Thu Feb 19 15:18:41 2015 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Thu Feb 19 15:18:41 2015 -0700

----------------------------------------------------------------------
 CordovaLib/VERSION                    | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 package.json                          | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/c0cdca05/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index d4da33b..724ee60 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-3.8.0-dev
+3.9.0-dev

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/c0cdca05/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 566a73b..b10a59c 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -25,6 +25,6 @@
     Note: it does not work if the --shared option was used to create the project.
 */
 
-var VERSION = "3.8.0-dev";
+var VERSION="3.9.0-dev"
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/c0cdca05/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6c84626..2b330f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ios",
-    "version": "3.8.0-dev",
+    "version": "3.9.0-dev",
     "description": "cordova-ios release",
     "main": "bin/create",
     "repository": {
@@ -16,7 +16,6 @@
         "test": "npm run jshint && npm run jasmine",
         "jasmine": "jasmine-node --captureExceptions --color tests/spec",
         "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
-
     },
     "author": "Apache Software Foundation",
     "license": "Apache Version 2.0",


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