You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/05/01 22:28:57 UTC

cordova-lib git commit: CB-12747: updated pinned platforms

Repository: cordova-lib
Updated Branches:
  refs/heads/master 665197fee -> 6551b5ba9


CB-12747: updated pinned platforms


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/6551b5ba
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/6551b5ba
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/6551b5ba

Branch: refs/heads/master
Commit: 6551b5ba974f7b4a148130cb5b99baf09d68b795
Parents: 665197f
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 2 00:28:34 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 2 00:28:34 2017 +0200

----------------------------------------------------------------------
 cordova-lib/src/platforms/platformsConfig.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/6551b5ba/cordova-lib/src/platforms/platformsConfig.json
----------------------------------------------------------------------
diff --git a/cordova-lib/src/platforms/platformsConfig.json b/cordova-lib/src/platforms/platformsConfig.json
index df5c4de..716ae2e 100644
--- a/cordova-lib/src/platforms/platformsConfig.json
+++ b/cordova-lib/src/platforms/platformsConfig.json
@@ -2,7 +2,7 @@
     "ios": {
         "hostos": ["darwin"],
         "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git",
-        "version": "~4.3.0",
+        "version": "~4.4.0",
         "apiCompatibleSince": "4.0.0",
         "deprecated": false
     },
@@ -15,7 +15,7 @@
     },
     "android": {
         "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git",
-        "version": "~6.1.1",
+        "version": "~6.2.2",
         "apiCompatibleSince": "5.0.0",
         "deprecated": false
     },
@@ -38,7 +38,7 @@
         "hostos": [],
         "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git",
         "source": "git",
-        "version": "~3.10.0",
+        "version": "^3.11.0",
         "deprecated": false
     },
     "windows": {


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