From 3f779e9fc0aa8e007a0a9be20642055f62c3f6ce Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Thu, 25 Apr 2024 20:36:37 +0700 Subject: [PATCH] chore: clarify officially supported version --- README.md | 2 +- workspace/extension/src/routes/ConnectMessage.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 932bb07..5edb425 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ After installing you will see a new tab in Developer Tools. This tab displays a The `svelte-devtools` extension requires your Svelte application to be compiled with the `dev` option set to `true`. If you're using [SvelteKit](https://kit.svelte.dev/), this is done automatically, outside of that you will need to set it manually. -This extension officially supports Svelte 4.0 and above. +This extension officially supports Svelte version `^4.0.0`. ## Development diff --git a/workspace/extension/src/routes/ConnectMessage.svelte b/workspace/extension/src/routes/ConnectMessage.svelte index 817868f..d7f9553 100644 --- a/workspace/extension/src/routes/ConnectMessage.svelte +++ b/workspace/extension/src/routes/ConnectMessage.svelte @@ -14,7 +14,7 @@

Not working? Did you...