Skip to content

Commit 66966a7

Browse files
Updated Polyscript to its latest (#2392)
* Updated Polyscript to its latest * forgot to update the README for the next release
1 parent ec09092 commit 66966a7

File tree

3 files changed

+293
-297
lines changed

3 files changed

+293
-297
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Using PyScript is as simple as:
1313
<title>PyScript!</title>
1414
<link
1515
rel="stylesheet"
16-
href="https://pyscript.net/releases/2025.8.1/core.css"
16+
href="https://pyscript.net/releases/2025.10.1/core.css"
1717
/>
1818
<script
1919
type="module"
20-
src="https://pyscript.net/releases/2025.8.1/core.js"
20+
src="https://pyscript.net/releases/2025.10.1/core.js"
2121
></script>
2222
</head>
2323
<body>

0 commit comments

Comments
 (0)