From 3d32bdc9df87bae8ed760de305763798b594ca27 Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Tue, 16 Dec 2025 13:14:38 +0000 Subject: [PATCH] fix: Use latest-7 for 1.x docs --- README.md | 2 +- packages/capacitor-plugin/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ff6723..c88dc94 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## Install ```bash -npm install @capacitor/file-viewer +npm install @capacitor/file-viewer@latest-7 npx cap sync ``` diff --git a/packages/capacitor-plugin/README.md b/packages/capacitor-plugin/README.md index 2675b88..5db46fe 100644 --- a/packages/capacitor-plugin/README.md +++ b/packages/capacitor-plugin/README.md @@ -7,7 +7,7 @@ The media preview methods are currently only supported on iOS. It uses a built-i ## Install ```bash -npm install @capacitor/file-viewer +npm install @capacitor/file-viewer@latest-7 npx cap sync ```