Skip to content

Commit

Permalink
fix version numbers in html files
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Jan 6, 2024
1 parent a1ce02f commit 2d2c7ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion convert.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<script type="text/javascript">LibAV = {base: "app/bundled/libavjs/dist"};</script>
<script type="text/javascript" src="app/bundled/libavjs/dist/libav-4.6.6.0.1-behave.dbg.js"></script>
<script type="text/javascript" src="app/bundled/libavjs/dist/libav-4.8.6.0.1-behave.dbg.js"></script>
<script type="module" src="app/convert/App.js"></script>
<link rel="stylesheet" href="app/convert/App.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<script type="text/javascript">LibAV = {base: "app/bundled/libavjs/dist"};</script>
<script type="text/javascript" src="app/bundled/libavjs/dist/libav-4.6.6.0.1-behave.dbg.js"></script>
<script type="text/javascript" src="app/bundled/libavjs/dist/libav-4.8.6.0.1-behave.dbg.js"></script>
<script type="module" src="app/debug/App.js"></script>
<link rel="stylesheet" href="app/debug/App.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion infer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<script type="text/javascript">LibAV = {base: "app/bundled/libavjs/dist"};</script>
<script type="text/javascript" src="app/bundled/libavjs/dist/libav-4.6.6.0.1-behave.dbg.js"></script>
<script type="text/javascript" src="app/bundled/libavjs/dist/libav-4.8.6.0.1-behave.dbg.js"></script>
<script type="module" src="app/infer/App.js"></script>
<link rel="stylesheet" href="app/infer/App.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<script type="text/javascript">LibAV = {base: "app/bundled/libavjs/dist"};</script>
<script type="text/javascript" src="app/bundled/libavjs/dist/libav-4.6.6.0.1-behave.dbg.js"></script>
<script type="text/javascript" src="app/bundled/libavjs/dist/libav-4.8.6.0.1-behave.dbg.js"></script>
<script type="module" src="app/viewer/index.js"></script>
<link rel="stylesheet" href="app/viewer/index.css">
</head>
Expand Down

0 comments on commit 2d2c7ca

Please sign in to comment.