diff --git a/src/template.ts b/src/template.ts index e675cb7..e9ffb68 100644 --- a/src/template.ts +++ b/src/template.ts @@ -7,7 +7,7 @@ import type { OptionValues } from './options'; const MUSTACHE_EXTENSION = '.mustache'; -export const CAPACITOR_VERSION = '7.0.0-rc.0'; +export const CAPACITOR_VERSION = '7.0.0'; const TEMPLATE_PATH = resolve(__dirname, '..', 'assets', 'plugin-template.tar.gz');