Skip to content

Commit 9d20478

Browse files
authored
fix(ci): Update default Capacitor version range to [8.0,9.0) (#2489)
1 parent 06c97e2 commit 9d20478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/publish-android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# The default Capacitor version(s) the plugin should depend on. Latest published in a range will be pulled by the user
4-
DEFAULT_CAPACITOR_VERSION="[7.0,8.0)"
4+
DEFAULT_CAPACITOR_VERSION="[8.0,9.0)"
55

66
publish_plugin () {
77
PLUGIN_PATH=$1
@@ -138,4 +138,4 @@ fi
138138
# done
139139
# fi
140140
# fi
141-
# fi
141+
# fi

0 commit comments

Comments
 (0)