Updated release
h3rald h3rald@h3rald.com
Wed, 17 Jun 2026 17:55:35 +0000
3 files changed,
3 insertions(+),
3 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/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.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/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.js
→
scripts/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