Skip to content

Commit

Permalink
fix(cli): install minor Capacitor 5 version (#6562)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Summerfeldt <20338451+IT-MikeS@users.noreply.github.com>
  • Loading branch information
jcesarmobile and IT-MikeS committed May 4, 2023
1 parent 7cc526b commit f4af0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/tasks/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const plugins = [
'@capacitor/text-zoom',
'@capacitor/toast',
];
const coreVersion = '5.0.0';
const pluginVersion = '5.0.0';
const coreVersion = '^5.0.0';
const pluginVersion = '^5.0.0';
const gradleVersion = '8.0.2';

export async function migrateCommand(
Expand Down

0 comments on commit f4af0a2

Please sign in to comment.