diff --git a/docs/getting-started/install.md b/docs/getting-started/install.md
index bea991f..e0ebbc7 100644
--- a/docs/getting-started/install.md
+++ b/docs/getting-started/install.md
@@ -16,14 +16,14 @@ To create widgets from Javascript code, [see **Option B** below](#option-b-progr
Add the following to your website's HTML:
```html
-
-
+
+
```
::::tip
#### Using the scripts without a CDN (i.e. self-hosting)
-Using `cdn.jsdelivr.net` is optional. If preferred, you can self-host the scripts. [Download the latest release files](https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk@0.1.36) and serve them from your own server.
+Using `cdn.jsdelivr.net` is optional. If preferred, you can self-host the scripts. [Download the latest release files](https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk@0.2.0) and serve them from your own server.
Remember to update these scripts regularly.
`cdn.jsdelivr.net` is blocked in some jurisdictions, like some parts of China. If your website needs to be reachable from these jurisdictions, we recommend that you self-host the scripts.
diff --git a/docs/guides/migrating-from-hcaptcha.md b/docs/guides/migrating-from-hcaptcha.md
index cbfeb9c..1ac2e36 100644
--- a/docs/guides/migrating-from-hcaptcha.md
+++ b/docs/guides/migrating-from-hcaptcha.md
@@ -33,9 +33,9 @@ Instead you would replace the hCaptcha plugin and install a plugin that supports
```
with the hCAPTCHA-compatible Friendly Captcha scripts.
```html
-
-
```
diff --git a/docs/guides/migrating-from-recaptcha.md b/docs/guides/migrating-from-recaptcha.md
index b2ba73a..a2d7baf 100644
--- a/docs/guides/migrating-from-recaptcha.md
+++ b/docs/guides/migrating-from-recaptcha.md
@@ -32,9 +32,9 @@ Instead you would replace the reCAPTCHA plugin and install a plugin that support
```
with the reCAPTCHA-compatible Friendly Captcha scripts.
```html
-
-
```
diff --git a/docs/guides/upgrading-from-v1/script.md b/docs/guides/upgrading-from-v1/script.md
index 06572c1..c7e1498 100644
--- a/docs/guides/upgrading-from-v1/script.md
+++ b/docs/guides/upgrading-from-v1/script.md
@@ -13,9 +13,9 @@ Replace the `friendly-challenge` scripts
```
with the new `@friendlycaptcha/sdk` scripts
```html
-
-
```
## 2. 🇪🇺 Update custom API endpoints