Update version and change notes for 6.0.2.

This commit is contained in:
Brent Simmons 2021-04-20 17:12:18 -07:00
parent 384daa4dbd
commit 66b61cea84
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Mac Release Notes # Mac Release Notes
### 6.0.2 build 6.32 - 20 April 2021
Same as 6.0.2b1
### 6.0.2b1 build 6031 - 15 April 2021 ### 6.0.2b1 build 6031 - 15 April 2021
Inoreader sync: fixed (hopefully) cause of rate limit errors — now doing background sync of statuses much less often - note that this fix needs to be rolled out across all NetNewsWire users in order for it to have full effect Inoreader sync: fixed (hopefully) cause of rate limit errors — now doing background sync of statuses much less often - note that this fix needs to be rolled out across all NetNewsWire users in order for it to have full effect

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.0.2b1 MARKETING_VERSION = 6.0.2
CURRENT_PROJECT_VERSION = 6031 CURRENT_PROJECT_VERSION = 6032
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;