From 70f6623af666652b3530873c5283b3d028670cbc Mon Sep 17 00:00:00 2001 From: Lars Berning <151194+laberning@users.noreply.github.com> Date: Sat, 12 Feb 2022 20:21:08 +0100 Subject: [PATCH] updates some comments, bumps version --- config/default.config.js | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/default.config.js b/config/default.config.js index 9d73f2d..e493e26 100644 --- a/config/default.config.js +++ b/config/default.config.js @@ -108,6 +108,8 @@ export default { // Note that these values are not your Strava credentials // Instead you have to create a Strava API Application as described here: // https://developers.strava.com/docs/getting-started/#account and use the corresponding values + // When creating your Strava API application, set the "Authorization Callback Domain" to the IP address + // of your Raspberry Pi // WARNING: if you enabled the network share via the installer script, then this config file will be // exposed via network share on your local network. You might consider disabling (or password protect) // the Configuration share in smb.conf diff --git a/package.json b/package.json index dc7694d..87e8f2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openrowingmonitor", - "version": "0.8.1", - "description": "A rowing monitor for rowing exercise machines", + "version": "0.8.2", + "description": "A free and open source performance monitor for rowing machines", "main": "app/server.js", "author": "Lars Berning", "license": "GPL-3.0",