updates some comments, bumps version
This commit is contained in:
parent
8d8afb24b8
commit
70f6623af6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue