diff --git a/installer.sh b/installer.sh index 8b9c112..faac615 100644 --- a/installer.sh +++ b/installer.sh @@ -1,4 +1,4 @@ -RELEASEVER="0.5.1" +RELEASEVER="0.5.2" echo "plainInstaller $RELEASEVER" echo "==> Installing plainDE into your system." echo " Please ensure you are allowed to use sudo" diff --git a/installerAsRoot.sh b/installerAsRoot.sh index 9242637..60c006a 100644 --- a/installerAsRoot.sh +++ b/installerAsRoot.sh @@ -1,4 +1,4 @@ -RELEASEVER="0.5.1" +RELEASEVER="0.5.2" echo "plainInstaller $RELEASEVER as Root" echo "==> Installing plainDE into your system." echo ":: Press enter to proceed or Ctrl-C to cancel."