From 35f2773b9a77676bb9d2f228d93b19bc97b6099d Mon Sep 17 00:00:00 2001 From: ncosgray Date: Wed, 22 Sep 2021 18:02:48 -0700 Subject: [PATCH] bump version to 1.8.5 (32) --- Info-cuppa.plist | 6 +++--- source/main.m | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Info-cuppa.plist b/Info-cuppa.plist index f9327d1..fac4cc4 100755 --- a/Info-cuppa.plist +++ b/Info-cuppa.plist @@ -15,15 +15,15 @@ CFBundlePackageType APPL CFBundleVersion - 31 + 32 CFBundleShortVersionString - 1.8.4 + 1.8.5 NSHumanReadableCopyright Copyright (c) 2005-2021 Nathan Cosgray. CFBundleExecutable Cuppa CFBundleGetInfoString - 1.8.4 + 1.8.5 CFBundleHelpBookFolder help CFBundleHelpBookName diff --git a/source/main.m b/source/main.m index e7dd415..347df6f 100755 --- a/source/main.m +++ b/source/main.m @@ -192,6 +192,10 @@ // * Big Sur-style app icon // * Universal 2 binary compatible with Intel and Apple Silicon // * upgraded Sparkle framework to 1.24.0 +// +// Modifications by Nathan Cosgray on 2021/09/21 (v. 1.8.5): +// * bugfix: +// - improve timer reliability on Big Sur #import