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/10/30 19:37:03 UTC

[1/2] ios commit: Set VERSION to 3.7.0 (via coho)

Repository: cordova-ios
Updated Branches:
  refs/heads/3.7.x [created] ffc212079


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

Branch: refs/heads/3.7.x
Commit: ffc212079ea04c3bf48cfd30108424103c60a093
Parents: c97189a
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/ffc21207/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index a4ce38e..7c69a55 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-3.7.0-dev
+3.7.0

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ffc21207/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 1f5d364..589b4c9 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.7.0"
 
 echo $VERSION 

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ffc21207/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index bcd6ddd..55f90c4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ios",
-    "version": "3.7.0-dev",
+    "version": "3.7.0",
     "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


[2/2] ios commit: Update JS snapshot to version 3.7.0 (via coho)

Posted by sh...@apache.org.
Update JS snapshot to version 3.7.0 (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/c97189ae
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/c97189ae
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/c97189ae

Branch: refs/heads/3.7.x
Commit: c97189ae6c5d2cb9bacc5b84762b420b90dfd976
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/cordova.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/c97189ae/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index cc900ac..84b7642 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '3.7.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '3.7.0';
 // file: src/scripts/require.js
 
 /*jshint -W079 */


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