Skip to content

Commit

Permalink
Prepare release 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Dec 16, 2021
1 parent 1c0e352 commit 8b2e33d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## [3.7.3 - Xcode 13.2 on Dec ??, 2021](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.7.3)
## [3.8.0 - Xcode 13.? on ??, 2022](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.8.0)

### Public

- _REPLACE ME_

### Internal

- _REPLACE ME_


## [3.7.3 - Xcode 13.2 on Dec 16, 2021](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.7.3)

### Public

Expand Down
2 changes: 1 addition & 1 deletion CocoaLumberjack.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'CocoaLumberjack'
s.version = '3.7.2'
s.version = '3.7.3'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS.'
s.homepage = 'https://github.com/CocoaLumberjack/CocoaLumberjack'
Expand Down
2 changes: 1 addition & 1 deletion Configs/Module-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ LIBRARY_SEARCH_PATHS = $(inherited)
// Code will load on this and later versions of macOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs.
MACOSX_DEPLOYMENT_TARGET = 10.10

MARKETING_VERSION = 3.7.2
MARKETING_VERSION = 3.7.3

OTHER_C_FLAGS = -Wextra

Expand Down

0 comments on commit 8b2e33d

Please sign in to comment.