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

Commit

Permalink
bump version to 1.3.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai-Nelken committed Feb 5, 2021
1 parent 255aa5e commit 564a96b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/appinstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 564a96b

Please sign in to comment.