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/06/25 16:17:09 UTC

[cordova-plugin-whitelist] branch master updated: fix: lock next patch release to cordova-android <10 (#62)

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-plugin-whitelist.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e538b2  fix: lock next patch release to cordova-android <10 (#62)
5e538b2 is described below

commit 5e538b2fe6b31f1da04011db85392ed5f4958d65
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Jun 26 01:17:04 2021 +0900

    fix: lock next patch release to cordova-android <10 (#62)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 08adcf9..fd0eb4e 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
       "0.0.0": {
         "cordova-android": ">=4.0.0"
       },
-      "2.0.0": {
+      "1.3.5": {
         "cordova-android": ">=4.0.0 <10.0.0"
       }
     }

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