Skip to content

Commit 356c9dc

Browse files
andredestroOS-pedrogustavobilro
authored andcommitted
fix: Use latest-7 fox 7.x (#66)
1 parent b7a12c0 commit 356c9dc

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Geolocation API provides simple methods for getting and tracking the current
55
## Install
66

77
```bash
8-
npm install @capacitor/geolocation
8+
npm install @capacitor/geolocation@latest-7
99
npx cap sync
1010
```
1111

packages/capacitor-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Geolocation API provides simple methods for getting and tracking the current
55
## Install
66

77
```bash
8-
npm install @capacitor/geolocation
8+
npm install @capacitor/geolocation@latest-7
99
npx cap sync
1010
```
1111

packages/capacitor-plugin/release.config.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ module.exports = {
22
branches: [
33
{ name: 'main', channel: 'latest' },
44
{ name: 'next', channel: 'next', prerelease: true },
5-
{ name: 'development', channel: 'dev', prerelease: true }
5+
{ name: 'development', channel: 'dev', prerelease: true },
6+
{ name: '7.x', channel: 'latest-7', prerelease: false },
67
],
78
repositoryUrl: 'https://github.com/ionic-team/capacitor-geolocation.git',
89
plugins: [

0 commit comments

Comments
 (0)