From ea0289fbc9f5752480d1eb61f2088afc4a95c88f Mon Sep 17 00:00:00 2001 From: Jan Litzenburger Date: Tue, 12 Dec 2023 21:07:44 +0100 Subject: [PATCH] Updated version --- MMM-Jast.js | 2 +- node_helper.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MMM-Jast.js b/MMM-Jast.js index d83f3e6..ce09cef 100644 --- a/MMM-Jast.js +++ b/MMM-Jast.js @@ -1,6 +1,6 @@ /*! ***************************************************************************** mmm-jast - Version 2.9.0 + Version 2.9.1 A minimalistic stock ticker based on Yahoo's finance API for the MagicMirror² platform. Please submit bugs at https://github.com/jalibu/MMM-Jast/issues diff --git a/node_helper.js b/node_helper.js index 1d2de67..227c74f 100644 --- a/node_helper.js +++ b/node_helper.js @@ -1,6 +1,6 @@ /*! ***************************************************************************** mmm-jast - Version 2.9.0 + Version 2.9.1 A minimalistic stock ticker based on Yahoo's finance API for the MagicMirror² platform. Please submit bugs at https://github.com/jalibu/MMM-Jast/issues diff --git a/package.json b/package.json index 79d2825..a79b6d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mmm-jast", - "version": "2.9.0", + "version": "2.9.1", "description": "A minimalistic stock ticker based on Yahoo's finance API for the MagicMirror² platform.", "main": "MMM-Jast.js", "repository": {