Skip to content

Commit

Permalink
Update default cartridge to engine 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Apr 8, 2022
1 parent 6053b31 commit 5d3cb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { events } from "./events.js";
import { dispatch } from "./dispatch.js";
import { html } from "./uhtml.js";

const DEFAULT_CARTRIDGE = "3f9827f54d4ff42ff6c3a125f0279002";
const DEFAULT_CARTRIDGE = "5fb06922d0cd6223573f9b818f09a19b";

function getParam(key) {
const search = new URLSearchParams(window.location.search);
Expand Down

0 comments on commit 5d3cb61

Please sign in to comment.