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 17, 2020
1 parent e943875 commit a2a277a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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.3] — 2020-12-17

### Added

- `xsl` support.
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 = "4.0.3+dev";
CURRENT_PROJECT_VERSION = 4.0.3;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = "4.0.3+dev";
MARKETING_VERSION = 4.0.3;
OTHER_CFLAGS = "-DDEBUG";
};
name = Debug;
Expand All @@ -611,9 +611,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = "4.0.3+dev";
CURRENT_PROJECT_VERSION = 4.0.3;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = "4.0.3+dev";
MARKETING_VERSION = 4.0.3;
};
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.3+dev";
CURRENT_PROJECT_VERSION = 4.0.3;
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.3+dev";
CURRENT_PROJECT_VERSION = 4.0.3;
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit a2a277a

Please sign in to comment.