diff --git a/build.sh b/build.sh index d95fac4..326fce1 100755 --- a/build.sh +++ b/build.sh @@ -20,7 +20,7 @@ set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -VERSION="1.0.0" +VERSION="1.1.1" # ── Colours ────────────────────────────────────────────────────────────────── RED='\033[0;31m' diff --git a/scripts/create-appimage.sh b/scripts/create-appimage.sh index 2444f5f..ed3a798 100755 --- a/scripts/create-appimage.sh +++ b/scripts/create-appimage.sh @@ -8,7 +8,7 @@ set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" BUILD_DIR="${SCRIPT_DIR}/build/linux" APPDIR="${BUILD_DIR}/AppDir" -VERSION="1.0.0" +VERSION="1.1.1" # Colors GREEN='\033[0;32m' diff --git a/scripts/legacy/build-release.sh b/scripts/legacy/build-release.sh index 77b445b..c488c26 100755 --- a/scripts/legacy/build-release.sh +++ b/scripts/legacy/build-release.sh @@ -7,7 +7,7 @@ set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" BUILD_DIR="${SCRIPT_DIR}/build/linux" -VERSION="1.0.0" +VERSION="1.1.1" # Colors for output RED='\033[0;31m'