Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tafelnl committed Jan 12, 2023
1 parent 1effb39 commit ad3242e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
## For projects using Capacitor v3

```bash
npm install @capacitor-community/contacts@^3.0.0-beta
npm install @capacitor-community/contacts@^3.0.0
npx cap sync
```

## For projects using Capacitor v4

```bash
npm install @capacitor-community/contacts@^4.0.0-beta
npm install @capacitor-community/contacts@^4.0.0
npx cap sync

```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/contacts",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"description": "Contacts Plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit ad3242e

Please sign in to comment.