From 51a675a2eb68d98df570cb8b34382aebcda4b5a4 Mon Sep 17 00:00:00 2001 From: a-Sansara Date: Sat, 16 Nov 2019 01:48:07 +0100 Subject: [PATCH] update bes.install to 1.4 --- bes.ini | 4 ++-- dist/bes-ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bes.ini b/bes.ini index 61c6aff..a68afad 100644 --- a/bes.ini +++ b/bes.ini @@ -1,7 +1,7 @@ [project] vendor = bes name = ps1 -version = 2.1 +version = 2.2 license = "GNU GPL v3" author = a-Sansara type = application @@ -10,4 +10,4 @@ description = "bash bes ps1" keywords = "bash, bes, ps1" [require] -bes.install = 1.3 +bes.install = 1.4 diff --git a/dist/bes-ps1 b/dist/bes-ps1 index a2f53e5..b23e676 100755 --- a/dist/bes-ps1 +++ b/dist/bes-ps1 @@ -245,7 +245,7 @@ function echo.app () local msg=${1:-''} local version=${2:-''} local author=${3:-'a-Sansara'} - local license=${3:-'GNU GPL v3'} + local license=${4:-'GNU GPL v3'} if [ ! -z "$2" ]; then msg="$msg ${Cval}v$version" fi