updates some comments, bumps version

This commit is contained in:
Lars Berning 2022-02-12 20:21:08 +01:00
parent 8d8afb24b8
commit 70f6623af6
No known key found for this signature in database
GPG Key ID: 028E73C9E1D8A0B3
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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",