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/12/05 02:08:29 UTC

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

Repository: cordova-ios
Updated Branches:
  refs/heads/4.0.x [created] 9b042efdb


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

Branch: refs/heads/4.0.x
Commit: 9b042efdb7edf5f37119ffa250307b98ae51f42e
Parents: 8af2961
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Dec 4 17:05:25 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 4 17:05:25 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9b042efd/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index d9b058f..fcdb2e1 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.0.0-dev
+4.0.0

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9b042efd/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 39db5f6..ab1a592 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="4.0.0-dev"
+var VERSION="4.0.0"
 
 module.exports.version = VERSION;
 

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9b042efd/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ac9baed..a7d520c 100644
--- a/package.json
+++ b/package.json
@@ -30,4 +30,4 @@
         "coffee-script": "^1.7.1",
         "nodeunit": "^0.8.7"
     }
-}
+}
\ No newline at end of file


---------------------------------------------------------------------
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 4.0.0 (via coho)

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

Branch: refs/heads/4.0.x
Commit: 8af2961a28c74d5f455fff14c82020d6a76904f5
Parents: 072c953
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Dec 4 17:05:25 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 4 17:05:25 2015 -0800

----------------------------------------------------------------------
 CordovaLib/cordova.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8af2961a/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index a162778..bc9114f 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.0.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.0.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