From 76234b4d5dc48f4f6cda7f1449ee93470fd0be21 Mon Sep 17 00:00:00 2001 From: "Nicholas H.Tollervey" Date: Wed, 31 Jan 2024 15:56:54 +0000 Subject: [PATCH] Bump docs to version 2024.1.3 --- docs/beginning-pyscript.md | 8 ++++---- docs/user-guide/first-steps.md | 4 ++-- docs/user-guide/plugins.md | 2 +- version.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/beginning-pyscript.md b/docs/beginning-pyscript.md index c38e11b..b35fe08 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 8c3c405..0729433 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 f266a8b..6c72f74 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.1/core.js"; +import { hooks } from "https://pyscript.net/releases/2024.1.3/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 aee1226..39fa024 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2024.1.1" + "version": "2024.1.3" }