Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodonisko committed May 6, 2023
1 parent 830d32d commit 47f609b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ or
$ yarn add capacitor-rate-app
```

Don't forget run `cap sync` command afterwards.
Don't forget run `cap sync` command afterwards. For Capacitor 4 use older version of this plugin (`capacitor-rate-app@3`).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-rate-app",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Let users rate your app using native rate app dialog for both Android and iOS.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 47f609b

Please sign in to comment.