From 23f57f1f07d6fa7c7a86e55576e55604835a2846 Mon Sep 17 00:00:00 2001 From: Salih Emin Date: Mon, 28 Dec 2020 14:30:50 +0200 Subject: [PATCH] =?UTF-8?q?[DOC]=20=CE=91=CE=BB=CE=BB=CE=B1=CE=B3=CE=B7=20?= =?UTF-8?q?=CE=B5=CE=BA=CE=B4=CE=BF=CF=83=CE=B7=CF=82=20=CF=83=CE=B5=204.0?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shelldio.sh | 4 ++-- template/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shelldio.sh b/shelldio.sh index 0f4668e..ded0524 100755 --- a/shelldio.sh +++ b/shelldio.sh @@ -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" @@ -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" diff --git a/template/PKGBUILD b/template/PKGBUILD index 0917522..af1c5d7 100644 --- a/template/PKGBUILD +++ b/template/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Cerebrux pkgname=shelldio -pkgver=3.0.0 +pkgver=4.0.0 pkgrel=1 pkgdesc="KISS Shell Radio (Greek) for your terminal" arch=('any')