Skip to content

Commit

Permalink
update artefacts to version 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dierk Koenig committed Jan 2, 2025
1 parent c2d9134 commit 0e946aa
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 149 deletions.
4 changes: 2 additions & 2 deletions docs/production/TryProduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>Try Kolibri Production Bundle</h1>

<pre id="out"> waiting ... </pre>

<script src="./kolibri-0.9.8.js"></script>
<script src="./kolibri-0.9.9.js"></script>
<script >
defaultConsoleLogging("ch", LOG_DEBUG);
const asCH = new Intl.NumberFormat("ch-DE").format;
Expand All @@ -18,7 +18,7 @@ <h1>Try Kolibri Production Bundle</h1>
fib = memoize(fib);

out.textContent = `
${asCH( fib(44) )}
${ asCH( fib(44) ) }
built with Kolibri ${versionInfo}
`;
Expand Down
Loading

0 comments on commit 0e946aa

Please sign in to comment.