We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53369db commit 804dfb0Copy full SHA for 804dfb0
src/simulator/Simulator.tsx
@@ -43,8 +43,7 @@ const Simulator = ({
43
minWidth,
44
simFocus,
45
}: SimulatorProps) => {
46
- // This needs the domain to be updated before we release.
47
- const version = "0.1.0";
+ const version = "0.1";
48
const url = `https://python-simulator.usermbit.org/v/${version}/simulator.html`;
49
// For testing with sim branches:
50
//const branch = "whatever";
0 commit comments