Skip to content

Commit

Permalink
bump version to 1.8.5 (32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncosgray committed Sep 23, 2021
1 parent c8b8b68 commit 35f2773
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Info-cuppa.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>31</string>
<string>32</string>
<key>CFBundleShortVersionString</key>
<string>1.8.4</string>
<string>1.8.5</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2005-2021 Nathan Cosgray.</string>
<key>CFBundleExecutable</key>
<string>Cuppa</string>
<key>CFBundleGetInfoString</key>
<string>1.8.4</string>
<string>1.8.5</string>
<key>CFBundleHelpBookFolder</key>
<string>help</string>
<key>CFBundleHelpBookName</key>
Expand Down
4 changes: 4 additions & 0 deletions source/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Cocoa/Cocoa.h>

Expand Down

0 comments on commit 35f2773

Please sign in to comment.