Rebuilding
h3rald h3rald@h3rald.com
Wed, 17 Jun 2026 17:18:56 +0000
7 files changed,
8 insertions(+),
8 deletions(-)
M
docs/H3_DeveloperGuide.htm
→
docs/H3_DeveloperGuide.htm
@@ -1446,7 +1446,7 @@ <h3>I’m sold! Where can I get it?<a href="#document-top" title="Go to top"></a></h3>
<p>Here, look, it’s just one file:</p> -<p><a href="https://raw.githubusercontent.com/h3rald/h3/vundefined/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a></p> +<p><a href="https://raw.githubusercontent.com/h3rald/h3/v60-0/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a></p> <p><small>Or get the minified version <a href="https://raw.githubusercontent.com/h3rald/h3/v0.11.0/h3.min.js" target="_blank">here</a>.</small></p>@@ -1829,7 +1829,7 @@ h("img", { alt: "H3", src: "images/h3.svg" }),
]), h("div.version.col-sm.col-md", [ h("div.version-number", "vundefined"), - h("div.version-label", "“Keen Klingon“"), + h("div.version-label", "“Lucky Lurian“"), ]), h("label.drawer-toggle.button.col-sm-last", { for: "drawer-control" }), ]);
M
docs/example/assets/js/h3.js
→
docs/example/assets/js/h3.js
@@ -1,5 +1,5 @@
/** - * H3 vundefined "Keen Klingon" + * H3 vundefined "Lucky Lurian" * Copyright 2026 Fabio Cevasco <h3rald@h3rald.com> * * @license MIT
M
docs/js/app.js
→
docs/js/app.js
@@ -51,7 +51,7 @@ h("img", { alt: "H3", src: "images/h3.svg" }),
]), h("div.version.col-sm.col-md", [ h("div.version-number", "vundefined"), - h("div.version-label", "“Keen Klingon“"), + h("div.version-label", "“Lucky Lurian“"), ]), h("label.drawer-toggle.button.col-sm-last", { for: "drawer-control" }), ]);
M
docs/js/h3.js
→
docs/js/h3.js
@@ -1,5 +1,5 @@
/** - * H3 vundefined "Keen Klingon" + * H3 vundefined "Lucky Lurian" * Copyright 2026 Fabio Cevasco <h3rald@h3rald.com> * * @license MIT
M
docs/md/overview.md
→
docs/md/overview.md
@@ -12,7 +12,7 @@ ### I'm sold! Where can I get it?
Here, look, it's just one file: -<a href="https://raw.githubusercontent.com/h3rald/h3/vundefined/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a> +<a href="https://raw.githubusercontent.com/h3rald/h3/v60-0/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a> <small>Or get the minified version <a href="https://raw.githubusercontent.com/h3rald/h3/v0.11.0/h3.min.js" target="_blank">here</a>.</small>
M
docs/md/tutorial.md
→
docs/md/tutorial.md
@@ -134,7 +134,7 @@ h("img", { alt: "H3", src: "images/h3.svg" }),
]), h("div.version.col-sm.col-md", [ h("div.version-number", "vundefined"), - h("div.version-label", "“Keen Klingon“"), + h("div.version-label", "“Lucky Lurian“"), ]), h("label.drawer-toggle.button.col-sm-last", { for: "drawer-control" }), ]);