diff --git a/assets/agents.js b/assets/agents.js index 0130b83..aa1da7d 100644 --- a/assets/agents.js +++ b/assets/agents.js @@ -5,8 +5,8 @@ // a claim about what an agent gets back is worth nothing if the page is the // one making it up. -const TAG = "v0.2.9"; -const VERSION = "0.2.9"; +const TAG = "v0.2.10"; +const VERSION = "0.2.10"; const WASM_URL = `../assets/deed-${TAG}-wasm32-unknown-unknown.wasm`; const STATUS = document.getElementById("status"); diff --git a/assets/deed-v0.2.9-wasm32-unknown-unknown.wasm b/assets/deed-v0.2.10-wasm32-unknown-unknown.wasm similarity index 57% rename from assets/deed-v0.2.9-wasm32-unknown-unknown.wasm rename to assets/deed-v0.2.10-wasm32-unknown-unknown.wasm index 8e668bd..64425aa 100644 Binary files a/assets/deed-v0.2.9-wasm32-unknown-unknown.wasm and b/assets/deed-v0.2.10-wasm32-unknown-unknown.wasm differ diff --git a/assets/errors.js b/assets/errors.js index 3877424..d31adab 100644 --- a/assets/errors.js +++ b/assets/errors.js @@ -5,8 +5,8 @@ // artifact carries all of them, so this page cannot document a code the // compiler does not have, or miss one it does. -const TAG = "v0.2.9"; -const VERSION = "0.2.9"; +const TAG = "v0.2.10"; +const VERSION = "0.2.10"; const WASM_URL = `../assets/deed-${TAG}-wasm32-unknown-unknown.wasm`; const STATUS = document.getElementById("status"); diff --git a/assets/play.js b/assets/play.js index 380fc2e..7dec919 100644 --- a/assets/play.js +++ b/assets/play.js @@ -13,8 +13,8 @@ // release, because a release asset cannot be fetched from a browser at all: // both the download URL and the API one redirect to a host that sends no // `Access-Control-Allow-Origin`. See decisions/2026-07-31-no-build-step.md. -const TAG = "v0.2.9"; -const VERSION = "0.2.9"; +const TAG = "v0.2.10"; +const VERSION = "0.2.10"; const WASM_URL = `../assets/deed-${TAG}-wasm32-unknown-unknown.wasm`; const SOURCE = document.getElementById("source"); diff --git a/examples/index.json b/examples/index.json index a77dc91..cf676be 100644 --- a/examples/index.json +++ b/examples/index.json @@ -1,5 +1,5 @@ { - "tag": "v0.2.9", + "tag": "v0.2.10", "examples": [ { "file": "calculator.deed", diff --git a/install/index.html b/install/index.html index a2d4b76..ca91584 100644 --- a/install/index.html +++ b/install/index.html @@ -64,7 +64,7 @@