Skip to content
Snippets Groups Projects
Verified Commit 3a225f91 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update webtest

parent 165e1a7b
Branches
Tags
No related merge requests found
......@@ -156,7 +156,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion = new Version("3.102.2");
monsterVersion = new Version("3.102.3");
return monsterVersion;
}
......@@ -7,7 +7,7 @@ describe('Monster', function () {
let monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion = new Version("3.102.2")
monsterVersion = new Version("3.102.3")
let m = getMonsterVersion();
......
......@@ -9,8 +9,8 @@
</head>
<body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 3.102.2</h1>
<div id="lastupdate" style='font-size:0.7em'>last update Mi 29. Jan 14:25:07 CET 2025</div>
<h1 style='margin-bottom: 0.1em;'>Monster 3.102.3</h1>
<div id="lastupdate" style='font-size:0.7em'>last update Mi 29. Jan 14:48:17 CET 2025</div>
</div>
<div id="mocha-errors"
style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment