Browse Source

chore: bump ngit version

to reflect the newly issued version
master
DanConwayDev 2 years ago
parent
commit
406bc3a44b
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 8
      src/routes/ngit/+page.svelte

8
src/routes/ngit/+page.svelte

@ -17,18 +17,18 @@ @@ -17,18 +17,18 @@
Alternatively download:
</p>
<a
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.0/ngit-x86_64-unknown-linux-gnu.tar.gz"
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.1/ngit-x86_64-unknown-linux-gnu.tar.gz"
class="btn btn-neutral">Linux</a
>
<a
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.0/ngit-x86_64-apple-darwin.tar.gz"
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.1/ngit-x86_64-apple-darwin.tar.gz"
class="btn btn-neutral">Mac</a
>
<a
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.0/ngit-x86_64-pc-windows-msvc.zip"
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.1/ngit-x86_64-pc-windows-msvc.zip"
class="btn btn-neutral">Windows</a
>
v.0.1.0
v.0.1.1
<p>add the binary to a directory from which it can be run globally.</p>
<h3>Commands</h3>
<p>

Loading…
Cancel
Save