update references (#1874)

This commit is contained in:
Madhur Tandon
2023-11-29 21:03:34 +05:30
committed by GitHub
parent 89902a440c
commit 1476131ab4
2 changed files with 3 additions and 3 deletions

View File

@@ -22,11 +22,11 @@ To try PyScript, import the appropriate pyscript files into the `<head>` tag of
<head>
<link
rel="stylesheet"
href="https://pyscript.net/releases/2023.11.1/core.css"
href="https://pyscript.net/releases/2023.11.2/core.css"
/>
<script
type="module"
src="https://pyscript.net/releases/2023.11.1/core.js"
src="https://pyscript.net/releases/2023.11.2/core.js"
></script>
</head>
<body>