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