diff --git a/README.md b/README.md index 52073b6..a6b774c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# **Aruppi API** (v3.0.2) +# **Aruppi API** (v3.0.3) > This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture > diff --git a/package.json b/package.json index 6535905..f9e150c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aruppi", - "version": "3.0.2", + "version": "3.0.3", "description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app", "main": "./src/api/api.js", "scripts": { diff --git a/src/utils/index.js b/src/utils/index.js index 51de79c..ee975b9 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -449,7 +449,7 @@ const getThemesData = async (themes) => { } - return promises; + return promises.filter(x => x.title !== 'Remasterización'); };