From a54c9f0dbc1048cdb2dba627e2e465dcdc5bc7a4 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:10:14 +0100 Subject: [PATCH] updated version to v8.0 --- CHANGELOG.md | 3 ++- Installomator.sh | 2 +- fragments/version.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a605bc..49a34d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## v0.8 +## v8.0 +- removed leading `0` from the version because it has lost all meaning (thanks to @grahampugh for the inspiration) - Installomator now detects when an app is already installed, and will display notifications correctly the user based on if the app was updated or installed for the first time. - New variables for labels that should be installed using CLI: `CLIInstaller` and `CLIArguments`. When the installer app is named differently than the installed app, then the variable `installerTool` should be used to name the app that should be located in the DMG or zip. See the label __adobecreativeclouddesktop__ to see its use. - `buildLabel.sh` has been improved to build GitHub software labels much easier. In essense if the URL contains github.com, then it will try to find if it's the latest version or if variable `archiveName` is needed for finding the software. Also improved messaging throughout the script, as well as handling a situation where a pkg does not include a “Distribution” file, but a “PackageInfo”. diff --git a/Installomator.sh b/Installomator.sh index c9744b0..92c5915 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -222,7 +222,7 @@ REOPEN="yes" # installer that should be located after mounting/expanding the downloaded archive. # See label adobecreativeclouddesktop # -VERSION="0.8.0" +VERSION="8.0" VERSIONDATE="2021-11-23" # MARK: Functions diff --git a/fragments/version.sh b/fragments/version.sh index a3df0a6..cc40bca 100644 --- a/fragments/version.sh +++ b/fragments/version.sh @@ -1 +1 @@ -0.8.0 +8.0