You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/12 22:44:35 UTC

ios commit: Set VERSION to 3.6.3 (via coho)

Repository: cordova-ios
Updated Branches:
  refs/heads/3.6.x 96533d4ad -> 5cee36c67


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

Branch: refs/heads/3.6.x
Commit: 5cee36c6716c771d475c2c835560435d9feef351
Parents: 96533d4
Author: Marcel Kinard <cm...@gmail.com>
Authored: Fri Sep 12 16:43:41 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Fri Sep 12 16:43:41 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5cee36c6/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 9575d51..4a788a0 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-3.6.1
+3.6.3

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5cee36c6/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index cfa36e5..0b950e7 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.6.1"
+VERSION="3.6.3"
 
 echo $VERSION 

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5cee36c6/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1a8ac42..00a1a77 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ios",
-    "version": "3.6.1",
+    "version": "3.6.3",
     "description": "cordova-ios release",
     "main": "bin/create",
     "repository": {
@@ -19,4 +19,4 @@
         "coffee-script": "^1.7.1",
         "nodeunit": "^0.8.7"
     }
-}
+}
\ No newline at end of file