Skip to content

Commit

Permalink
prep for release of version 1.8.9 (build 36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncosgray committed Nov 11, 2024
1 parent 907f4b2 commit 356b1e2
Show file tree
Hide file tree
Showing 2 changed files with 9 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>35</string>
<string>36</string>
<key>CFBundleShortVersionString</key>
<string>1.8.8</string>
<string>1.8.9</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2005-2024 Nathan Cosgray.</string>
<key>CFBundleExecutable</key>
<string>Cuppa</string>
<key>CFBundleGetInfoString</key>
<string>1.8.8</string>
<string>1.8.9</string>
<key>CFBundleHelpBookFolder</key>
<string>help</string>
<key>CFBundleHelpBookName</key>
Expand Down
6 changes: 6 additions & 0 deletions source/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@
// * NOTE: This release requires macOS 10.13 (High Sierra) or newer!
// * Cuppa will now proactively request notification permissions.
// * Language translation updates - contribute via Weblate!
//
//  Modifications by Nathan Cosgray on 2024/11/11 (v. 1.8.9):
//  * Upgraded Sparkle framework to fix a security vulnerability.
//  * Refreshed app icon to align with Cuppa Mobile.
//  * Cuppa has been translated into Danish and Irish.
//    - Contribute additional translations via Weblate!

#import <Cocoa/Cocoa.h>

Expand Down

0 comments on commit 356b1e2

Please sign in to comment.