diff --git a/docs/beginning-pyscript.md b/docs/beginning-pyscript.md
index 78f9983..9336a60 100644
--- a/docs/beginning-pyscript.md
+++ b/docs/beginning-pyscript.md
@@ -106,8 +106,8 @@ module in the document's `
` tag:
🦜 Polyglot - Piratical PyScript
-
-
+
+
@@ -157,8 +157,8 @@ In the end, our HTML should look like this:
🦜 Polyglot - Piratical PyScript
-
-
+
+
Polyglot 🦜 💬 🇬🇧 ➡️ 🏴☠️
diff --git a/docs/user-guide/first-steps.md b/docs/user-guide/first-steps.md
index 0729433..b63ec76 100644
--- a/docs/user-guide/first-steps.md
+++ b/docs/user-guide/first-steps.md
@@ -20,9 +20,9 @@ CSS:
-
+
-
+
diff --git a/docs/user-guide/plugins.md b/docs/user-guide/plugins.md
index 6c72f74..f58e4a6 100644
--- a/docs/user-guide/plugins.md
+++ b/docs/user-guide/plugins.md
@@ -14,7 +14,7 @@ Here's an example of how a PyScript plugin looks like:
```js
// import the hooks from PyScript first...
-import { hooks } from "https://pyscript.net/releases/2024.1.3/core.js";
+import { hooks } from "https://pyscript.net/releases/2024.2.1/core.js";
// Use the `main` attribute on hooks do define plugins that run on the main thread
hooks.main.onReady.add((wrap, element) => {
diff --git a/version.json b/version.json
index 39fa024..8b8721f 100644
--- a/version.json
+++ b/version.json
@@ -1,3 +1,3 @@
{
- "version": "2024.1.3"
+ "version": "2024.2.1"
}