diff --git a/apps/appinstaller.sh b/apps/appinstaller.sh index 5972480..cee8a11 100644 --- a/apps/appinstaller.sh +++ b/apps/appinstaller.sh @@ -5,7 +5,7 @@ function error { } #check main.sh $APPVER for a list of everything to change -APPVER="v1.2" +APPVER="v1.2.1" #variables DIRECTORY="$HOME/Pi-Assistant" diff --git a/install.sh b/install.sh index 4233d77..dd0a006 100644 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ Name=Pi-Assistant Exec="$HOME/Pi-Assistant/main.sh" Icon="$HOME/Pi-Assistant/icons/64x64/logo-64.png" Categories=Utility; -Comment="Pi-Assistant v1.2"" > ~/.local/share/applications/piassist.desktop +Comment="Pi-Assistant v1.2.1"" > ~/.local/share/applications/piassist.desktop #copy menu shortcut to desktop cp ~/.local/share/applications/piassist.desktop ~/Desktop/ sudo chmod +x ~/Desktop/piassist.desktop @@ -52,7 +52,7 @@ cd ~/Pi-Assistant #flags if [[ $1 = "--version" ]]; then clear - echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2\nby Itai Nelken$(tput sgr 0)" + echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2.1\nby Itai Nelken$(tput sgr 0)" read -p "press [ENTER] to exit..." exit elif [[ $1 = "--secret" ]]; then diff --git a/main.sh b/main.sh index a6214d8..5ce42f3 100755 --- a/main.sh +++ b/main.sh @@ -13,8 +13,8 @@ function error { echo -e "\e[91m$1\e[39m" } -#version variable (change --version text (main.sh and piassist/install.sh) and $APPVER in appinstaller.sh and desktop shortcut/install.sh and menu shortcut, piassist in updater.sh as well) -APPVER="v1.2" +#version variable (change --version text (main.sh and flag and piassist/install.sh) and $APPVER in appinstaller.sh and desktop shortcut/install.sh and menu shortcut, piassist in updater.sh as well) +APPVER="v1.2.1" #check for updates variable UPDATE=1 @@ -34,7 +34,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\nby Itai Nelken$(tput sgr 0)" + echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2.1\nby Itai Nelken$(tput sgr 0)" read -p "press [ENTER] to exit..." exit elif [[ $1 = "--secret" ]]; then diff --git a/updater.sh b/updater.sh index e25aa0f..12173fe 100644 --- a/updater.sh +++ b/updater.sh @@ -83,7 +83,7 @@ Name=Pi-Assistant Exec="$HOME/Pi-Assistant/main.sh" Icon="$HOME/Pi-Assistant/icons/64x64/logo-64.png" Categories=Utility; -Comment="Pi-Assistant v1.2"" > ~/.local/share/applications/piassist.desktop +Comment="Pi-Assistant v1.2.1"" > ~/.local/share/applications/piassist.desktop cp ~/.local/share/applications/piassist.desktop ~/Desktop/piassist.desktop sudo chmod +x ~/Desktop/piassist.desktop @@ -94,7 +94,7 @@ cd ~/Pi-Assistant #flags if [[ $1 = "--version" ]]; then clear - echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2\nby Itai Nelken$(tput sgr 0)" + echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2.1\nby Itai Nelken$(tput sgr 0)" read -p "press [ENTER] to exit..." exit elif [[ $1 = "--secret" ]]; then