0.2.2: adds )!! ).. to automatically mark macros as all hex codes or all variables.
This commit is contained in:
parent
20dd51cee4
commit
c0f4804746
2 changed files with 4 additions and 4 deletions
4
README
4
README
|
@ -14,10 +14,10 @@ Latest release and setup
|
|||
----------------------------
|
||||
Clone this repository to get the latest development version.
|
||||
|
||||
Currently we are at version 0.2.1 of the software.
|
||||
Currently we are at version 0.2.2 of the software.
|
||||
|
||||
If you'd like the point release (stable) version, run these commands below:
|
||||
git reset --hard 0.2.1
|
||||
git reset --hard 0.2.2
|
||||
cargo build --release
|
||||
|
||||
If you want the latest development release, run these commands:
|
||||
|
|
|
@ -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.1 of the software.</p>
|
||||
<p>Currently we are at version 0.2.2 of the software.</p>
|
||||
|
||||
<p>If you'd like the point release (stable) version, run these commands below:</p>
|
||||
<code>git reset --hard 0.2.1
|
||||
<code>git reset --hard 0.2.2
|
||||
cargo build --release</code>
|
||||
|
||||
<p>If you want the latest development release, run these commands:</p>
|
||||
|
|
Reference in a new issue