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 5b04e64 commit 4c6e425
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/fr/1.0.0/) a

- NOTHING

## [4.0.2] — 2020-12-16

### Fixed

- Version number in the final binary.

## [4.0.1] — 2020-12-16

### Added
Expand Down
12 changes: 6 additions & 6 deletions QLColorCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.1.1;
CURRENT_PROJECT_VERSION = 4.0.2;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.1.1;
MARKETING_VERSION = 4.0.2;
OTHER_CFLAGS = "-DDEBUG";
};
name = Debug;
Expand All @@ -611,9 +611,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.1.1;
CURRENT_PROJECT_VERSION = 4.0.2;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.1.1;
MARKETING_VERSION = 4.0.2;
};
name = Release;
};
Expand Down 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;
CURRENT_PROJECT_VERSION = 4.0.2;
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;
CURRENT_PROJECT_VERSION = 4.0.2;
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 4c6e425

Please sign in to comment.