From 44f8adfbbdc8263fbe896db98e8355a65856d925 Mon Sep 17 00:00:00 2001 From: Celeste Date: Fri, 28 Jan 2022 19:22:17 +0000 Subject: [PATCH] 0.2 point --- README | 4 ++-- README.html | 4 ++-- build.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index a05ed38..e197fc0 100644 --- a/README +++ b/README @@ -14,10 +14,10 @@ Latest release and setup ---------------------------- 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: -git reset --hard 86a7f10 +git reset --hard coffee6 This will reset your git tree back to the latest version that is stable. diff --git a/README.html b/README.html index 0d2071e..b38933a 100644 --- a/README.html +++ b/README.html @@ -11,10 +11,10 @@

Latest release and setup

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:

-git reset --hard 86a7f10 +git reset --hard coffee6

This will reset your git tree back to the latest version that is stable.

diff --git a/build.sh b/build.sh index d36adad..e606288 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -export debug="true" +export debug="false" export version="0.2" 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."