Skip to content

Commit 804dfb0

Browse files
Update simulator URL. (#994)
We'll serve the latest 0.1.x from here.
1 parent 53369db commit 804dfb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/simulator/Simulator.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ const Simulator = ({
4343
minWidth,
4444
simFocus,
4545
}: SimulatorProps) => {
46-
// This needs the domain to be updated before we release.
47-
const version = "0.1.0";
46+
const version = "0.1";
4847
const url = `https://python-simulator.usermbit.org/v/${version}/simulator.html`;
4948
// For testing with sim branches:
5049
//const branch = "whatever";

0 commit comments

Comments
 (0)