You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/09/29 06:16:49 UTC

[cordova-lib] branch master updated: feat: bump platform pinning (#885)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new eead660  feat: bump platform pinning (#885)
eead660 is described below

commit eead6604b36e060ebfa964b9bae07936d44ff428
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Sep 29 15:14:03 2021 +0900

    feat: bump platform pinning (#885)
    
    - cordova-ios@^6.2.0
    - cordova-android@^9.1.0
    - cordova-electron@^1.1.1
---
 src/platforms/platformsConfig.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/platforms/platformsConfig.json b/src/platforms/platformsConfig.json
index 3e9b7d6..64cc124 100644
--- a/src/platforms/platformsConfig.json
+++ b/src/platforms/platformsConfig.json
@@ -2,7 +2,7 @@
     "ios": {
         "hostos": ["darwin"],
         "url": "https://github.com/apache/cordova-ios.git",
-        "version": "^6.1.0",
+        "version": "^6.2.0",
         "deprecated": false
     },
     "osx": {
@@ -13,7 +13,7 @@
     },
     "android": {
         "url": "https://github.com/apache/cordova-android.git",
-        "version": "^9.0.0",
+        "version": "^9.1.0",
         "deprecated": false
     },
     "windows": {
@@ -31,7 +31,7 @@
     },
     "electron": {
         "url": "https://github.com/apache/cordova-electron.git",
-        "version": "^1.0.0",
+        "version": "^1.1.1",
         "deprecated": false
     }
 }

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