Skip to content

Commit 84298fd

Browse files
committed
Change the version number in docs-preview.html
1 parent 7c3555e commit 84298fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/sixtyfps-docs-preview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
-->
55
<script type="module">
66
"use strict";
7-
//import * as sixtyfps from 'https://sixtyfps.io/releases/0.x.0/wasm-interpreter/sixtyfps_wasm_interpreter.js';
8-
import * as sixtyfps from 'https://sixtyfps.io/snapshots/master/wasm-interpreter/sixtyfps_wasm_interpreter.js';
7+
import * as sixtyfps from 'https://sixtyfps.io/releases/0.1.1/wasm-interpreter/sixtyfps_wasm_interpreter.js';
8+
//import * as sixtyfps from 'https://sixtyfps.io/snapshots/master/wasm-interpreter/sixtyfps_wasm_interpreter.js';
99

1010
async function render_or_error(source, div) {
1111
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);

0 commit comments

Comments
 (0)