all repos — h3 @ 088e32d9255b6aae7cc923a4f95d0763252d7e21

A tiny, extremely minimalist JavaScript microframework.

Updated release
h3rald h3rald@h3rald.com
Wed, 17 Jun 2026 17:55:35 +0000
commit

088e32d9255b6aae7cc923a4f95d0763252d7e21

parent

5b8dc2401af6180d42fb3f1fcdd7f1d9b362268e

3 files changed, 3 insertions(+), 3 deletions(-)

jump to
M docs/H3_DeveloperGuide.htmdocs/H3_DeveloperGuide.htm

@@ -1446,7 +1446,7 @@ <h3>I&rsquo;m sold! Where can I get it?<a href="#document-top" title="Go to top"></a></h3>

<p>Here, look, it&rsquo;s just one file:</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><a href="https://raw.githubusercontent.com/h3rald/h3/v600-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>
M docs/md/overview.mddocs/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/v60-0/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a> +<a href="https://raw.githubusercontent.com/h3rald/h3/v600-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 scripts/release.jsscripts/release.js

@@ -12,7 +12,7 @@ const h3map = './h3.js.map';

const pkg = JSON.parse(fs.readFileSync(package, 'utf8')); -const conver = pkg.conver.substring(0,2)+'-'+pkg.conver[3]; +const conver = pkg.conver.substring(0,3)+'-'+pkg.conver[3]; // Update h3.js