Skip to content

Commit 35f2773

Browse files
committed
bump version to 1.8.5 (32)
1 parent c8b8b68 commit 35f2773

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Info-cuppa.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleVersion</key>
18-
<string>31</string>
18+
<string>32</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.8.4</string>
20+
<string>1.8.5</string>
2121
<key>NSHumanReadableCopyright</key>
2222
<string>Copyright (c) 2005-2021 Nathan Cosgray.</string>
2323
<key>CFBundleExecutable</key>
2424
<string>Cuppa</string>
2525
<key>CFBundleGetInfoString</key>
26-
<string>1.8.4</string>
26+
<string>1.8.5</string>
2727
<key>CFBundleHelpBookFolder</key>
2828
<string>help</string>
2929
<key>CFBundleHelpBookName</key>

source/main.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@
192192
// * Big Sur-style app icon
193193
// * Universal 2 binary compatible with Intel and Apple Silicon
194194
// * upgraded Sparkle framework to 1.24.0
195+
//
196+
// Modifications by Nathan Cosgray on 2021/09/21 (v. 1.8.5):
197+
// * bugfix:
198+
// - improve timer reliability on Big Sur
195199

196200
#import <Cocoa/Cocoa.h>
197201

0 commit comments

Comments
 (0)