From 367c7a12420e13fd1bbb5b24d4882676d6a638d4 Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Tue, 16 Dec 2025 13:40:09 +0000 Subject: [PATCH] docs: Use latest-7 for 7.x --- README.md | 2 +- plugin/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ac6da49..33cec197 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Google maps on Capacitor ## Install ```bash -npm install @capacitor/google-maps +npm install @capacitor/google-maps@latest-7 npx cap sync ``` diff --git a/plugin/README.md b/plugin/README.md index 6ac6da49..33cec197 100644 --- a/plugin/README.md +++ b/plugin/README.md @@ -5,7 +5,7 @@ Google maps on Capacitor ## Install ```bash -npm install @capacitor/google-maps +npm install @capacitor/google-maps@latest-7 npx cap sync ```