Skip to content

Commit bc0313e

Browse files
authored
chore: bump pyodide to 0.27.6 (#275)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 27851e1 commit bc0313e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content="initial-scale=1, width=device-width"
77
/>
88
<script
9-
src="https://cdn.jsdelivr.net/pyodide/v0.27.3/full/pyodide.js"
9+
src="https://cdn.jsdelivr.net/pyodide/v0.27.6/full/pyodide.js"
1010
crossorigin
1111
></script>
1212
<!-- Production -->

docs/webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can also use the `html` output and write your own webapp. You need to provid
2020

2121
```html
2222
<script
23-
src="https://cdn.jsdelivr.net/pyodide/v0.25.1/full/pyodide.js"
23+
src="https://cdn.jsdelivr.net/pyodide/v0.27.6/full/pyodide.js"
2424
crossorigin
2525
></script>
2626
```

0 commit comments

Comments
 (0)