Skip to content

Commit d1a52cd

Browse files
committed
chore: update minimum core version to 8.0.2 in publish script
1 parent 6bcec9b commit d1a52cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tasks/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');
3030

3131
const PACKAGES = [];
3232

33-
const MIN_CORE_VERSION = '^8.0.1';
33+
const MIN_CORE_VERSION = '^8.0.2';
3434
const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0';
3535

3636
const PLUGIN_PEER_DEPENDENCIES = {

0 commit comments

Comments
 (0)