diff --git a/Mac/SafariExtension/ToolbarItemIcon.pdf b/Mac/SafariExtension/ToolbarItemIcon.pdf index 07eb6c743..07ad82090 100644 Binary files a/Mac/SafariExtension/ToolbarItemIcon.pdf and b/Mac/SafariExtension/ToolbarItemIcon.pdf differ diff --git a/Mac/SafariExtension/ToolbarItemIcon.sketch b/Mac/SafariExtension/ToolbarItemIcon.sketch deleted file mode 100644 index aff4b6832..000000000 Binary files a/Mac/SafariExtension/ToolbarItemIcon.sketch and /dev/null differ diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 2478a4287..f486317c2 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,8 +1,13 @@ # Mac Release Notes +### 6.1.1b3 build 6109 6 Feb 2023 + +Update Safari extension icon (credit to Louie Mantia for the new icon) + ### 6.1.1b2 build 6108 5 Feb 2023 Remove Twitter integration. On first launch, for people with Twitter feeds, display an alert explaining what happened + Fix a crashing bug that could happen in the sidebar ### 6.1.1b1 build 6107 3 Nov 2022 diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index f74251ac2..e8833468f 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -1,6 +1,6 @@ // High Level Settings common to both the Mac application and any extensions we bundle with it -MARKETING_VERSION = 6.1.1b2 -CURRENT_PROJECT_VERSION = 6108 +MARKETING_VERSION = 6.1.1b3 +CURRENT_PROJECT_VERSION = 6109 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;