Skip to content

Commit

Permalink
Bump version numbers and update according CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygelibert committed Dec 16, 2020
1 parent 499b9f5 commit 5b04e64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/fr/1.0.0/) a

## [Unreleased]

- NOTHING

## [4.0.1] — 2020-12-16

### Added

- `tf` support.
Expand Down
4 changes: 2 additions & 2 deletions QLColorCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "4.0.1+dev";
CURRENT_PROJECT_VERSION = 4.0.1;
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -717,7 +717,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = "4.0.1+dev";
CURRENT_PROJECT_VERSION = 4.0.1;
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 5b04e64

Please sign in to comment.