From 1faf64000842fc263219d7706352701794b72c0f Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 17 Jan 2025 14:53:06 +0100 Subject: [PATCH] chore: get ready for Capacitor 7 final --- src/template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');