Skip to content

Commit 23f57f1

Browse files
committed
[DOC] Αλλαγη εκδοσης σε 4.0.0
1 parent f9774a4 commit 23f57f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shelldio.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
fi
2626

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

3030
all_stations="$HOME/.shelldio/all_stations.txt"
3131
my_stations="$HOME/.shelldio/my_stations.txt"
@@ -137,7 +137,7 @@ list_stations() {
137137
# Πληροφορίες που εμφανίζονται μετά την επιλογή του σταθμού
138138
info() {
139139
welcome_screen
140-
tput civis -- invisible # Εξαφάνιση cursor
140+
tput civis -- invisible # Απόκρυψη cursor
141141
echo -ne " Σταθμός: [$selected_play] Η ώρα είναι $(date +"%T")\n"
142142
echo -ne " \n"
143143
echo -ne " Ακούτε: $stathmos_name\n"

template/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Cerebrux <[email protected]>
22
pkgname=shelldio
3-
pkgver=3.0.0
3+
pkgver=4.0.0
44
pkgrel=1
55
pkgdesc="KISS Shell Radio (Greek) for your terminal"
66
arch=('any')

0 commit comments

Comments
 (0)