From 564a96b5b23e224de253df5eca4afd2921224029 Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Fri, 5 Feb 2021 15:46:40 +0200 Subject: [PATCH] bump version to 1.3.0! --- apps/appinstaller.sh | 2 +- main.sh | 2 +- updater.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/appinstaller.sh b/apps/appinstaller.sh index 602fa92..6098d7b 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.1" +APPVER="v1.3.0" #variables DIRECTORY="$HOME/Pi-Assistant" diff --git a/main.sh b/main.sh index 9595b1c..149f8ac 100755 --- a/main.sh +++ b/main.sh @@ -13,7 +13,7 @@ function error { echo -e "\e[91m$1\e[39m" } -#version variable (change --version text (main.sh and flag and piassist/install.sh & piassist/updater.sh) and $APPVER in appinstaller.sh and desktop shortcut/install.sh and menu shortcut, piassist in updater.sh as well) +#version variable (change --version text (main.sh and flag and piassist/install.sh & piassist/updater.sh) and $APPVER in appinstaller.sh and desktop shortcut/install.sh and menu shortcut,) APPVER="v1.3.0" #check for updates variable diff --git a/updater.sh b/updater.sh index 9d08453..acc17ff 100644 --- a/updater.sh +++ b/updater.sh @@ -84,7 +84,7 @@ function refresh-shortcuts() { Exec="$HOME/Pi-Assistant/main.sh" Icon="$HOME/Pi-Assistant/icons/64x64/logo-64.png" Categories=Utility; - Comment="Pi-Assistant v1.2.1"" > ~/.local/share/applications/piassist.desktop + Comment="Pi-Assistant v1.3.0"" > ~/.local/share/applications/piassist.desktop cp ~/.local/share/applications/piassist.desktop ~/Desktop/piassist.desktop sudo chmod +x ~/Desktop/piassist.desktop @@ -94,7 +94,7 @@ function refresh-shortcuts() { cd ~/Pi-Assistant #flags if [[ $1 = "--version" ]]; then - echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.2.1\nby Itai Nelken$(tput sgr 0)" + echo -e "$(tput bold)$(tput setaf 4)Pi-Assistant\nv1.3.0\nby Itai Nelken$(tput sgr 0)" exit elif [[ $1 = "--secret" ]]; then xdg-open ~/Pi-Assistant/icons/ascii-art.html