Skip to content

Commit

Permalink
chore: updated publishing version dependency for capacitor 6
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Apr 15, 2024
1 parent 00edb1f commit 3db3b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-android.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3db3b09

Please sign in to comment.