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 Sep 9, 2020
1 parent 0e3f014 commit 2355f19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- NOTHING

## [3.1.1] — 2020-09-09

### Fixed

- `java` support.
Expand Down
8 changes: 4 additions & 4 deletions QLColorCode.xcodeproj/project.pbxproj
Expand Up @@ -287,9 +287,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = "3.1.1.dev1 ";
CURRENT_PROJECT_VERSION = 3.1.1;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.1.1.dev1;
MARKETING_VERSION = 3.1.1;
OTHER_CFLAGS = "-DDEBUG";
};
name = Debug;
Expand All @@ -299,9 +299,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = "3.1.1.dev1 ";
CURRENT_PROJECT_VERSION = 3.1.1;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.1.1.dev1;
MARKETING_VERSION = 3.1.1;
};
name = Release;
};
Expand Down

0 comments on commit 2355f19

Please sign in to comment.