diff --git a/.github/content/readme/ONSP-BANNER-3rd_party_theming.png b/.github/content/readme/ONSP-BANNER-3rd_party_theming.png index 67024bf..9bbbc43 100644 Binary files a/.github/content/readme/ONSP-BANNER-3rd_party_theming.png and b/.github/content/readme/ONSP-BANNER-3rd_party_theming.png differ diff --git a/MMM-OnSpotify.js b/MMM-OnSpotify.js index 6744818..5d39375 100644 --- a/MMM-OnSpotify.js +++ b/MMM-OnSpotify.js @@ -137,7 +137,7 @@ Module.register("MMM-OnSpotify", { typeof this.config.theming.experimentalCSSOverridesForMM2 === "object"; //////////////////////////////////////////////////////////////////////////////////////////// - this.version = "3.0.0"; + this.version = "3.1.0"; //////////////////////////////////////////////////////////////////////////////////////////// this.displayUser = diff --git a/README.md b/README.md index d3037d5..6436236 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ You cannot migrate from NowPlayingInSpotify, as the scopes included in the NPOS - The API for Spotify Codes is not public, as its part of the Spotify CDN (_scannables.scdn.co_). The API could change without notice. Many libraries rely on it and using it does not go againts the ToS. -- Contributions wanted! Add features or your languaje using `translations/yourLanguaje.json`. +- Contributions wanted! Add features or your languaje using `translations/yourLanguaje.json`. Currently we have translations for: Spanish, English, German With <3 by Fabrizio | [fabriz.co](https://fabriz.co/) | Star this repository! [Fabrizz logo](https://fabriz.co/) diff --git a/package.json b/package.json index 0172756..e4409fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mmm-onspotify", - "version": "3.0.0", + "version": "3.1.0", "description": "A MagicMirror2 module to display Spotify Connect data. Highly customizable. Allows DynamicTheming.", "repository": { "type": "git", @@ -27,7 +27,7 @@ "dependencies": { "body-parser": "^1.20.1", "cookie-parser": "^1.4.6", - "dompurify": "^3.0.1", + "dompurify": "^3.0.6", "express": "^4.18.2", "moment": "^2.29.4", "moment-duration-format": "^2.3.2",