Skip to content

Commit

Permalink
Merge pull request #36 from Fabrizz/dev-features
Browse files Browse the repository at this point in the history
Update readme and version reference
  • Loading branch information
Fabrizz committed Dec 7, 2023
2 parents df1840c + 149e58d commit d065971
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified .github/content/readme/ONSP-BANNER-3rd_party_theming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion MMM-OnSpotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
[<img alt="Fabrizz logo" src=".github/content/readme/logo-fabrizz-fill.png" width="200" align="right">](https://fabriz.co/)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d065971

Please sign in to comment.