0.2 point

This commit is contained in:
abbie 2022-01-28 19:22:17 +00:00
parent dadc0dee29
commit 44f8adfbbd
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87
3 changed files with 5 additions and 5 deletions

4
README
View file

@ -14,10 +14,10 @@ Latest release and setup
---------------------------- ----------------------------
Clone this repository to get the latest development version. Clone this repository to get the latest development version.
Currently we are at version 0.1.1 of the software. Currently we are at version 0.2 of the software.
If you'd like the point release (stable) version, run this command below: If you'd like the point release (stable) version, run this command below:
git reset --hard 86a7f10 git reset --hard coffee6
This will reset your git tree back to the latest version that is stable. This will reset your git tree back to the latest version that is stable.

View file

@ -11,10 +11,10 @@
<h2>Latest release and setup</h2> <h2>Latest release and setup</h2>
<p>Clone this repository to get the latest development version.</p> <p>Clone this repository to get the latest development version.</p>
<p>Currently we are at version 0.1.1 of the software.</p> <p>Currently we are at version 0.2 of the software.</p>
<p>If you'd like the point release (stable) version, run this command below:</p> <p>If you'd like the point release (stable) version, run this command below:</p>
<code>git reset --hard 86a7f10</code> <code>git reset --hard coffee6</code>
<p>This will reset your git tree back to the latest version that is stable.</p> <p>This will reset your git tree back to the latest version that is stable.</p>

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
export debug="true" export debug="false"
export version="0.2" export version="0.2"
if [ $debug = "true" ]; then if [ $debug = "true" ]; then
echo "NOTE: This is going to be a development build. Please make sure you downloaded the point version from the 'about' tab if you wanted a stabler version." echo "NOTE: This is going to be a development build. Please make sure you downloaded the point version from the 'about' tab if you wanted a stabler version."