diff --git a/README.md b/README.md index bd6ab92..cf8766a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The Geolocation API provides simple methods for getting and tracking the current ## Install ```bash -npm install @capacitor/geolocation +npm install @capacitor/geolocation@latest-7 npx cap sync ``` diff --git a/packages/capacitor-plugin/README.md b/packages/capacitor-plugin/README.md index bd6ab92..cf8766a 100644 --- a/packages/capacitor-plugin/README.md +++ b/packages/capacitor-plugin/README.md @@ -5,7 +5,7 @@ The Geolocation API provides simple methods for getting and tracking the current ## Install ```bash -npm install @capacitor/geolocation +npm install @capacitor/geolocation@latest-7 npx cap sync ``` diff --git a/packages/capacitor-plugin/release.config.cjs b/packages/capacitor-plugin/release.config.cjs index 385ce1a..ff8f233 100644 --- a/packages/capacitor-plugin/release.config.cjs +++ b/packages/capacitor-plugin/release.config.cjs @@ -2,7 +2,8 @@ module.exports = { branches: [ { name: 'main', channel: 'latest' }, { name: 'next', channel: 'next', prerelease: true }, - { name: 'development', channel: 'dev', prerelease: true } + { name: 'development', channel: 'dev', prerelease: true }, + { name: '7.x', channel: 'latest-7', prerelease: false }, ], repositoryUrl: 'https://github.com/ionic-team/capacitor-geolocation.git', plugins: [