From f9dc400434a5f1309531e61b723a88cb11da92d1 Mon Sep 17 00:00:00 2001 From: Adrien Colson Date: Fri, 14 Jun 2019 22:58:21 +0200 Subject: [PATCH] v0.1.4 --- assets/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {