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

- NOTHING

## [4.1.0] — 2020-12-17

### Changed

- Compilation of `highlight`/`lua` (thanks @Tatsh).
Expand Down
12 changes: 6 additions & 6 deletions QLColorCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = "4.1.0+dev";
CURRENT_PROJECT_VERSION = 4.1.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = "4.1.0+dev";
MARKETING_VERSION = 4.1.0;
OTHER_CFLAGS = "-DDEBUG";
};
name = Debug;
Expand All @@ -595,9 +595,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = "4.1.0+dev";
CURRENT_PROJECT_VERSION = 4.1.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = "4.1.0+dev";
MARKETING_VERSION = 4.1.0;
};
name = Release;
};
Expand Down Expand Up @@ -634,7 +634,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "4.1.0+dev";
CURRENT_PROJECT_VERSION = 4.1.0;
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -701,7 +701,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = "4.1.0+dev";
CURRENT_PROJECT_VERSION = 4.1.0;
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 1134d60

Please sign in to comment.