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 2014/11/01 00:43:59 UTC

[39/50] ios commit: Set VERSION to 3.8.0-dev (via coho)

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

Branch: refs/heads/wkwebview
Commit: b798680ab8e2bfe84436c3f8996dacee4067b6d0
Parents: 753d06c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Oct 30 11:34:53 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Oct 30 11:34:53 2014 -0700

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


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

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b798680a/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 1f5d364..c2dcab0 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -24,6 +24,6 @@
 # Note: it does not work if the --shared option was used to create the project.
 #
 
-VERSION="3.7.0-dev"
+VERSION="3.8.0-dev"
 
 echo $VERSION 

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b798680a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index bcd6ddd..1714e4d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ios",
-    "version": "3.7.0-dev",
+    "version": "3.8.0-dev",
     "description": "cordova-ios release",
     "main": "bin/create",
     "repository": {
@@ -12,10 +12,9 @@
         "cordova",
         "apache"
     ],
-    "scripts" : {
-        "test" : "npm run jasmine",
-        "jasmine" : "jasmine-node --captureExceptions --color tests/spec"
-        
+    "scripts": {
+        "test": "npm run jasmine",
+        "jasmine": "jasmine-node --captureExceptions --color tests/spec"
     },
     "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