Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai-Nelken committed Jan 14, 2021
1 parent e62efe3 commit 052b65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo '#!/bin/bash
#flags
if [[ $1 = "--version" ]]; then
clear
echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2-RC 2\nby Itai Nelken$(tput sgr 0)"
echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2-RC 3\nby Itai Nelken$(tput sgr 0)"
read -p "press [ENTER] to exit..."
exit
elif [[ $1 = "--secret" ]]; then
Expand Down
4 changes: 2 additions & 2 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function error {
}

#version variable (change --version text (main.sh and piassist) and $APPVER in appinstaller.sh as well)
APPVER="v1.2-RC 2"
APPVER="v1.2-RC 3"

#check for updates variable
UPDATE=1
Expand All @@ -30,7 +30,7 @@ echo "$(tput setaf 2)$(tput bold)LOADING...$(tput sgr 0)"
#flags
if [[ $1 = "--version" ]]; then
clear
echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2-RC 2\nby Itai Nelken$(tput sgr 0)"
echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2-RC 3\nby Itai Nelken$(tput sgr 0)"
read -p "press [ENTER] to exit..."
exit
elif [[ $1 = "--secret" ]]; then
Expand Down

0 comments on commit 052b65d

Please sign in to comment.