diff options
| author | A i j a Z <[email protected]> | 2023-09-23 18:52:44 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-23 20:22:44 +0700 |
| commit | 58eacce39550c0af4fdc9e13699b0015013b7ae6 (patch) | |
| tree | 0edccbd22ca53e6a0e7da52d65c273081ab8826e /package.json | |
| parent | Update v4.0.4 (diff) | |
| download | moopa-58eacce39550c0af4fdc9e13699b0015013b7ae6.tar.xz moopa-58eacce39550c0af4fdc9e13699b0015013b7ae6.zip | |
added characters card (#77)v4.0.5
* added characters card
* Update components/anime/charactersCard.js
Co-authored-by: Factiven <[email protected]>
* Update pages/en/anime/[...id].js
Co-authored-by: Factiven <[email protected]>
* Update release.md
* Update package.json
---------
Co-authored-by: Factiven <[email protected]>
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 c1fb285..34b44d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moopa", - "version": "4.0.4", + "version": "4.0.5", "private": true, "founder": "Factiven", "scripts": { |