Skip to content

Commit

Permalink
Bump version: 0.0.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragermrb committed Nov 1, 2021
1 parent 0516cf2 commit 4b00471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Capacitor plugin to open files
## Install

```bash
npm install capacitor-plugin-file-opener
npm install @whiteguru/capacitor-plugin-file-opener
npx cap sync
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-plugin-file-opener",
"version": "0.0.1",
"name": "@whiteguru/capacitor-plugin-file-opener",
"version": "1.0.0",
"description": "Capacitor plugin to open files",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4b00471

Please sign in to comment.