diff --git a/assets/manifest.json b/assets/manifest.json index 7270506..b4f6c68 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -3,7 +3,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", - "version": "0.1.3", + "version": "0.1.4", "default_locale": "en", "icons": { diff --git a/package.json b/package.json index 5d32f26..40e165c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-deezer-chrome", - "version": "0.1.3", + "version": "0.1.4", "description": "This Chrome extension allows the user to display Deezer's current playing song in Discord status.", "main": "src/background.js", "scripts": {