diff options
| author | Factiven <[email protected]> | 2023-05-17 14:25:48 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-17 14:25:48 +0700 |
| commit | 9ca4f38db1ac191fe0ce9d455940e09170307d47 (patch) | |
| tree | 38075d519df814fe96c5a83f557f23b71e28e4b3 /package.json | |
| parent | Update v3.5.7 (#12) (diff) | |
| download | moopa-9ca4f38db1ac191fe0ce9d455940e09170307d47.tar.xz moopa-9ca4f38db1ac191fe0ce9d455940e09170307d47.zip | |
update v3.5.8 (#13)
* Merge request (#11)
* Update v3.5.5
> Now Skip button will hide if player is not in focused state.
> Added some options to player.
> Manga images should be displayed now.
* Update videoPlayer.js
* Revamp hero section #1
* UI Improvement
> Updating main page
> Updated Genres selection using params method
> Added search bar v1.0 on main page ( [ctrl + space] to access search bar )
* update meta
* Update [...id].js
* Update [...id].js
> Back to ssr I guess
* update episode selector
* Update [...info].js
* Update UI
> Added On-Going section for AniList user
* Update content.js
* added dynamic og
* Update og.jsx
* Update og
* Update og.jsx
* update og and id fallback
> Added fallback for anime info if it's not found
* Update v3.5.7
* Update v3.5.8
> Added fallback for empty episodes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1106b7e..0062330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moopa", - "version": "3.5.7", + "version": "3.5.8", "private": true, "scripts": { "dev": "next dev", |