From 17cc5a75f3c24d9bda1572e78d89d87f033b11cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20H=C3=BCnniger?= Date: Sun, 21 Jan 2024 20:00:58 +0100 Subject: [PATCH] fix: silly readme error --- CHANGELOG.md | 6 +++++- README.md | 5 ++--- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 443eea5..97012dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -## [1.0.0] - 21.01.2024 +## [1.0.1] - 21.01.2024 + +- fix readme because of wrong paths for showcases + +## 🥳 [1.0.0] - 21.01.2024 - Initial release - Following features: diff --git a/README.md b/README.md index e606a34..1d9288a 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,12 @@ The project is a VSCode extension, that tracks your keystrokes, while coding. Do ### 📊 Keep track of your total keystrokes and wpm ![](./assets/img/showcase_wpm_and_live_count.gif) -![](./docs/keystrokes_and_wpm.gif) ### 📊 Show analytics -![](./assets/img/showcase_count_analytics.gif.gif) +![](./assets/img/showcase_count_analytics.gif) -![](./assets/img/showcase_most_often_pressed_keys.gif.gif) +![](./assets/img/showcase_most_often_pressed_keys.gif)

(back to top)

diff --git a/package.json b/package.json index c89b1ac..873d7da 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/MhouneyLH/KCodeFlow.git" }, - "version": "1.0.0", + "version": "1.0.1", "engines": { "vscode": "^1.71.0" },