Skip to content

Commit

Permalink
Version 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartnv committed Apr 6, 2023
1 parent f62b0a4 commit 3bc7ccb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/marked.umd.min.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="script.js?v4.0" defer></script>
<link rel="stylesheet" type="text/css" href="style.css?v4.0">
<script type="text/javascript" src="script.js?v4.1" defer></script>
<link rel="stylesheet" type="text/css" href="style.css?v4.1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="manifest.json">
</head>
Expand Down
2 changes: 1 addition & 1 deletion popout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf8">
<title>MMVI FlowNotes</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css?v4.0">
<link rel="stylesheet" type="text/css" href="style.css?v4.1">
<style>
DIV#input { background-color: white; white-space: pre-wrap; padding: 10px; }
DIV#render { height: auto; width: auto; }
Expand Down
2 changes: 1 addition & 1 deletion share.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf8">
<title>MMVI FlowNotes</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="style.css?v4.0">
<link rel="stylesheet" type="text/css" href="style.css?v4.1">
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" crossorigin="anonymous"></script>
<script>
$().ready(function() {
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let version = 'v4.0';
let version = 'v4.1';

self.addEventListener('install', evt => {
console.log('Service worker ' + version + ' is being installed');
Expand Down

0 comments on commit 3bc7ccb

Please sign in to comment.