From 247aef5ef3c77c4316f9c1477279139d89f07205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Sun, 2 Jan 2022 21:00:47 +0100 Subject: [PATCH] chore: fix api url in setup instructions chore: bump version --- version.txt | 2 +- views/summary.tpl.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.txt b/version.txt index 69d7409..4f857da 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0-SNAPSHOT-01 \ No newline at end of file +2.0.0-RC1 \ No newline at end of file diff --git a/views/summary.tpl.html b/views/summary.tpl.html index 4b936a3..2565c4e 100644 --- a/views/summary.tpl.html +++ b/views/summary.tpl.html @@ -193,7 +193,7 @@ $ vi ~/.wakatime.cfg
- # Set api_url = %s/api/heartbeat
+ # Set api_url = %s/api
# Set api_key = {{ .ApiKey }}

# Step 3: Start coding and then check back here!