Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
3 changes: 2 additions & 1 deletion packages/capacitor-plugin/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down