From 3db3b0945bb35860cb7f8a57f0bf41fc61336c17 Mon Sep 17 00:00:00 2001 From: Carl Poole Date: Mon, 15 Apr 2024 14:10:21 -0500 Subject: [PATCH] chore: updated publishing version dependency for capacitor 6 --- scripts/publish-android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-android.sh b/scripts/publish-android.sh index 31553a9ee..c8b208d7c 100644 --- a/scripts/publish-android.sh +++ b/scripts/publish-android.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # The default Capacitor version(s) the plugin should depend on. Latest published in a range will be pulled by the user -DEFAULT_CAPACITOR_VERSION="[5.0,6.0)" +DEFAULT_CAPACITOR_VERSION="[6.0,7.0)" publish_plugin () { PLUGIN_PATH=$1