Skip to content

Commit

Permalink
add rev date
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Apr 7, 2024
1 parent 57ee497 commit dbf2f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = NodeHelper.create({
},

initialize (config) {
console.log("[METEOFRANCE] MMM-MeteoFrance Version:", require("./package.json").version);
console.log("[METEOFRANCE] EXT-Alert Version:", require("./package.json").version, "rev:", require("./package.json").rev);
this.config = config;
if (this.config.debug) log = (...args) => { console.log("[METEOFRANCE]", ...args); };
if (typeof this.config.place === "object" && this.config.place.length) {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "MMM-MeteoFrance",
"version": "1.0.0",
"rev": "240407",
"description": "MagicMirror² module that gets weather forecast data from Meteo France",
"main": "MMM-MeteoFrance.js",
"scripts": {
Expand Down

0 comments on commit dbf2f67

Please sign in to comment.