@capacitor/cli 5.0.0-rc.2 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
@@ -47,8 +47,8 @@ const plugins = [
47
47
  '@capacitor/text-zoom',
48
48
  '@capacitor/toast',
49
49
  ];
50
- const coreVersion = 'next'; // TODO: Update when Capacitor 5 releases
51
- const pluginVersion = 'next'; // TODO: Update when Capacitor 5 releases
50
+ const coreVersion = '5.0.0';
51
+ const pluginVersion = '5.0.0';
52
52
  const gradleVersion = '8.0.2';
53
53
  async function migrateCommand(config, noprompt, packagemanager) {
54
54
  if (config === null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/cli",
3
- "version": "5.0.0-rc.2",
3
+ "version": "5.0.0",
4
4
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
5
5
  "homepage": "https://capacitorjs.com",
6
6
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",