Skip to content

Commit

Permalink
[DOC] Αλλαγη εκδοσης σε 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux committed Dec 28, 2020
1 parent f9774a4 commit 23f57f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shelldio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
fi

### Variable List
version="v3.0.0 " # this space after the version num is intentional to fix UI
version="v4.0.0 " # this space after the version num is intentional to fix UI

all_stations="$HOME/.shelldio/all_stations.txt"
my_stations="$HOME/.shelldio/my_stations.txt"
Expand Down Expand Up @@ -137,7 +137,7 @@ list_stations() {
# Πληροφορίες που εμφανίζονται μετά την επιλογή του σταθμού
info() {
welcome_screen
tput civis -- invisible # Εξαφάνιση cursor
tput civis -- invisible # Απόκρυψη cursor
echo -ne " Σταθμός: [$selected_play] Η ώρα είναι $(date +"%T")\n"
echo -ne " \n"
echo -ne " Ακούτε: $stathmos_name\n"
Expand Down
2 changes: 1 addition & 1 deletion template/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Cerebrux <[email protected]>
pkgname=shelldio
pkgver=3.0.0
pkgver=4.0.0
pkgrel=1
pkgdesc="KISS Shell Radio (Greek) for your terminal"
arch=('any')
Expand Down

0 comments on commit 23f57f1

Please sign in to comment.