From 89df44ed31d9c73ea8f009f64b4abb5d5e24ae1f Mon Sep 17 00:00:00 2001 From: Jack Boyce Date: Fri, 28 Aug 2020 16:32:46 -0700 Subject: [PATCH] version 1.4 --- source/resources/package/macosx/Info.plist | 2 +- source/resources/package/windows/Juggling Lab.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/resources/package/macosx/Info.plist b/source/resources/package/macosx/Info.plist index 77b814f..50c37f1 100644 --- a/source/resources/package/macosx/Info.plist +++ b/source/resources/package/macosx/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3 + 1.4 CFBundleSignature ???? LSApplicationCategoryType diff --git a/source/resources/package/windows/Juggling Lab.iss b/source/resources/package/windows/Juggling Lab.iss index e7e878e..2123dec 100644 --- a/source/resources/package/windows/Juggling Lab.iss +++ b/source/resources/package/windows/Juggling Lab.iss @@ -2,7 +2,7 @@ ;I.e. current directory will contain folder Juggling Lab with application files #define MyAppName "Juggling Lab" -#define MyAppVersion "1.3" +#define MyAppVersion "1.4" #define MyAppYear "2020" #define MyAppExeName "Juggling Lab.exe" #define MyAppIconsName "Juggling Lab.ico"