Skip to content

Commit cdde4ca

Browse files
Merge pull request #80 from hubverse-org/mc/ptc-to-3_1_5
updated demo/index.html to use latest predtimechart.bundle.js
2 parents a07f586 + a737d6b commit cdde4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</div>
3535

3636
<script type="module">
37-
import App from 'https://cdn.jsdelivr.net/gh/reichlab/predtimechart@3.1.4/dist/predtimechart.bundle.js';
37+
import App from 'https://cdn.jsdelivr.net/gh/reichlab/predtimechart@3.1.5/dist/predtimechart.bundle.js';
3838
document.predtimechart = App; // for debugging
3939

4040
function replace_chars(the_string) {

0 commit comments

Comments
 (0)