all repos — h3rald @ 21b78dc4e4fac830a2ace3603f88c1878abb7697

The sources of https://h3rald.com

Fixes & updates.
h3rald h3rald@h3rald.com
Mon, 26 Dec 2022 20:20:54 +0000
commit

21b78dc4e4fac830a2ace3603f88c1878abb7697

parent

ea37df3a1eae41df0c78932ed46216a2c95862d8

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

jump to
M assets/mn/Mn_DeveloperGuide.htmassets/mn/Mn_DeveloperGuide.htm

@@ -7403,9 +7403,9 @@

<p>You can download one of the following pre-built <em>mn</em> binaries:</p> <ul> -<li><a href="https://github.com/h3rald/mn/releases/download/v0.2.0/mn_v0.2.0_macosx_x64.zip">mn v0.2.0 for macOS (x64)</a></li> -<li><a href="https://github.com/h3rald/mn/releases/download/v0.2.0/mn_v0.2.0_windows_x64.zip">mn v0.2.0 for Windows (x64)</a></li> -<li><a href="https://github.com/h3rald/mn/releases/download/v0.2.0/mn_v0.2.0_linux_x64.zip">mn v0.2.0 for Linux (x64)</a></li> +<li><a href="https://github.com/h3rald/mn/releases/download/v0.3.0/mn_v0.3.0_macosx_x64.zip">mn v0.3.0 for macOS (x64)</a></li> +<li><a href="https://github.com/h3rald/mn/releases/download/v0.3.0/mn_v0.3.0_windows_x64.zip">mn v0.3.0 for Windows (x64)</a></li> +<li><a href="https://github.com/h3rald/mn/releases/download/v0.3.0/mn_v0.3.0_linux_x64.zip">mn v0.3.0 for Linux (x64)</a></li> </ul>

@@ -7427,7 +7427,7 @@ <h3>Running the mn REPL<a href="#document-top" title="Go to top"></a></h3>

<p>To start the <em>mn</em> REPL, run <span class="cmd">mn</span> with no arguments. You will be presented with a prompt displaying the path to the current directory:</p> -<div class="mn-terminal"><p>mn v0.2.0 +<div class="mn-terminal"><p>mn v0.3.0 <span class="prompt">::</span></p></div> <p>You can type <em>mn</em> code and press <span class="kbd">ENTER</span> to evaluate it immediately:</p>

@@ -8348,7 +8348,7 @@

<p>Writes <span class="kwd">str<sub>1</sub></span> to the file <span class="kwd">str<sub>2</sub></span>, erasing all its contents first.</p></div> </div> <div id="footer"> - <p><span class="copy"></span> Fabio Cevasco &ndash; April 24, 2021</p> + <p><span class="copy"></span> Fabio Cevasco &ndash; November 12, 2022</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> </div>
M contents/mn.mdcontents/mn.md

@@ -9,7 +9,7 @@ content-type: project

active: true ci: true download: "https://github.com/h3rald/mn/releases/download/" -version: 0.2.0 +version: 0.3.0 docs: /mn/Mn_DeveloperGuide.htm -----
M templates/project.mustachetemplates/project.mustache

@@ -37,7 +37,7 @@ <img src="https://img.shields.io/github/release/h3rald/{{github}}/all.svg" style="vertical-align: middle;"/>

<img src="https://img.shields.io/github/license/h3rald/{{github}}.svg" style="vertical-align: middle;"/> <img src="https://img.shields.io/github/last-commit/h3rald/{{github}}.svg" style="vertical-align: middle;"/> {{#ci}} - <img src="https://img.shields.io/github/workflow/status/h3rald/{{github}}/CI" style="vertical-align: middle;"/> + <img src="https://img.shields.io/github/actions/workflow/status/h3rald/{{github}}/ci.yml" style="vertical-align: middle;"/> {{/ci}} </p> </div>