Skip to content

Commit

Permalink
build/docs: version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jofr committed Aug 8, 2024
1 parent 48f3fe7 commit c604207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Another problem with audio playback (using web standards, e.g. an `<audio>` elem

## Install

If you are using Capacitor 5 just install the latest 3.x version of this plugin using
If you are using Capacitor 6 just install the latest 4.x version of this plugin using

```bash
npm install @jofr/capacitor-media-session
npx cap sync
```

For Capacitor 4 you can install the 2.x version of this plugin instead (`npm install @jofr/capacitor-media-session@2`) and for Capacitor 3 the 1.x version of this plugin (`npm install @jofr/capacitor-media-session@1`).
For Capacitor 5 you can install the 3.x version (`npm install @jofr/capacitor-media-session@3`) instead, for Capacitor 4 you can install the 2.x version of this plugin (`npm install @jofr/capacitor-media-session@2`) and for Capacitor 3 the 1.x version of this plugin (`npm install @jofr/capacitor-media-session@1`).

## 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": "@jofr/capacitor-media-session",
"version": "3.0.4",
"version": "4.0.0",
"description": "Capacitor plugin for media notifications and platform media keys as well as background audio playback",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit c604207

Please sign in to comment.