diff options
| author | Factiven <[email protected]> | 2023-08-08 13:16:55 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-08 13:16:55 +0700 |
| commit | 35f50ea6ba56ceb839ff96eb289df53771e23a61 (patch) | |
| tree | 2fb5101a4bf6a3fd01d58037b5156b602d186e41 /package.json | |
| parent | Dockerfile for building moopa (#34) (diff) | |
| download | moopa-35f50ea6ba56ceb839ff96eb289df53771e23a61.tar.xz moopa-35f50ea6ba56ceb839ff96eb289df53771e23a61.zip | |
Update v3.8.7 - Merged Beta to Main (#39)
* Update v3.8.6
> Minor update for Android 13 user
* Update v3.8.7
> Added prev and next button to mediaSession
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f170b98..51244e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moopa", - "version": "3.8.5", + "version": "3.8.7", "private": true, "founder": "Factiven", "scripts": { @@ -26,7 +26,7 @@ "graphql": "^15.8.0", "hls.js": "^1.3.2", "memory-cache": "^0.2.0", - "next": "13.0.7", + "next": "^13.1.6", "next-auth": "^4.22.0", "next-pwa": "^5.6.0", "next-secure-headers": "^2.2.0", |