Update build number. Write release notes.

This commit is contained in:
Brent Simmons 2023-04-08 10:00:30 -07:00
parent 86294c32e6
commit e03d5b85fd
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Mac Release Notes # Mac Release Notes
## 6.1.1 build 6113 7 Apr 2023
Update default feeds to remove feeds that dont appear to be active anymore (sadly!).
## 6.1.1 build 6112 13 Mar 2023 ## 6.1.1 build 6112 13 Mar 2023
Revised Twitter removal warning to not mention any specific month. Were holding this release until Twitter shuts down free access to its API. Revised Twitter removal warning to not mention any specific month. Were holding this release until Twitter shuts down free access to its API.

View File

@ -1,6 +1,6 @@
// High Level Settings common to both the Mac application and any extensions we bundle with it // High Level Settings common to both the Mac application and any extensions we bundle with it
MARKETING_VERSION = 6.1.1 MARKETING_VERSION = 6.1.1
CURRENT_PROJECT_VERSION = 6112 CURRENT_PROJECT_VERSION = 6113
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;