Skip to content

Commit

Permalink
Update stlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Aug 2, 2024
1 parent 9930017 commit f7af861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>stlite app</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.34.0/build/stlite.css"
href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.60.2/build/stlite.css"
/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-31BSNBR4N9"></script>
Expand All @@ -24,7 +24,7 @@
</head>
<body>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.34.0/build/stlite.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.60.2/build/stlite.js"></script>
<script>
stlite.mount(
{
Expand Down Expand Up @@ -59,7 +59,7 @@
This schema is currently under development; stay tuned for more updates.
Previous versions of this schema are currently best found on [Zenodo](https://doi.org/10.5281/zenodo.7654937)
Last updated - July 7, 2023
Last updated - July 7, 2023 (then moved to serverless)
App made by Beth Cimini, Broad Institute, 2023, as part of the Center for Open Bioimage Analysis
Expand Down

0 comments on commit f7af861

Please sign in to comment.