0.2.3: fix small bug to do with variables

This commit is contained in:
abbie 2022-01-29 11:09:47 +00:00
parent 0beea08571
commit d9cbd089c6
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87
2 changed files with 4 additions and 4 deletions

4
README
View file

@ -14,10 +14,10 @@ Latest release and setup
----------------------------
Clone this repository to get the latest development version.
Currently we are at version 0.2.2 of the software.
Currently we are at version 0.2.3 of the software.
If you'd like the point release (stable) version, run these commands below:
git reset --hard 0.2.2
git reset --hard 0.2.3
cargo build --release
If you want the latest development release, run these commands:

View file

@ -11,10 +11,10 @@
<h2>Latest release and setup</h2>
<p>Clone this repository to get the latest development version.</p>
<p>Currently we are at version 0.2.2 of the software.</p>
<p>Currently we are at version 0.2.3 of the software.</p>
<p>If you'd like the point release (stable) version, run these commands below:</p>
<pre>git reset --hard 0.2.2
<pre>git reset --hard 0.2.3
cargo build --release</pre>